V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zpfhbyx  ›  全部回复第 33 页 / 共 53 页
回复总数  1049
1 ... 29  30  31  32  33  34  35  36  37  38 ... 53  
2020-09-29 11:29:05 +08:00
回复了 fl2d 创建的主题 Apple 有实时"云赛跑"的 app 么?。。
@opengps 应该还好吧。。同一时间应该跟同时看直播的那个一样吧。。同步时间进度啥的,这个同步 gps 应该就行了吧
2020-09-29 11:01:21 +08:00
回复了 poettian 创建的主题 DNS macos 修改 hosts 后,浏览器不会立刻生效的问题
试试 福报厂的 lightproxy?
2020-09-29 10:04:04 +08:00
回复了 prasanta 创建的主题 分享创造 小遮罩 - 两行代码让网页内容付费可见
https://i.v2ex.co/504J5BO2.png 提供个测试页面,让 v2 大佬们给你绕过下啊。
2020-09-29 09:57:17 +08:00
回复了 pythonee 创建的主题 程序员 第一次接触会觉得比较有意思的编程技术
@nutting aop 么。。
@CoderLife $map = [
'index' => [
'pagePath' => '/pages/index/index',
'text' => '首页',
'iconPath' => '/assets/images/home_unactived.png',
'selectedIconPath' => '/assets/images/home_actived.png',
],
'cart' => [
'pagePath' => '/pages/cart/cart',
'text' => '购物车',
'iconPath' => '/assets/images/cart_unactived.png',
'selectedIconPath' => '/assets/images/cart_actived.png',
],
'mine' => [
'pagePath' => '/pages/mine/mine',
'text' => '我的',
'iconPath' => '/assets/images/mine_unactived.png',
'selectedIconPath' => '/assets/images/mine_actived.png',
],
'collection' => [
"pagePath" => "/pages/collection/collection",
"iconPath" => "/assets/images/collection.png",
"selectedIconPath" => "/assets/images/collection_actived.png",
"text" => "收藏"
],
'bestforyou' => [
"pagePath" => "/pages/bestforyou/bestforyou",
"iconPath" => "/assets/images/bestforyou_unactived.png",
"selectedIconPath" => "/assets/images/bestforyou_actived.png",
"text" => "为你优选"
]
];
$tabConfig = array(
'1'=>array( //theme
'PG_SHOPPING_CART'=>array(
'index' => array(),
'collection' => array(),
'bestforyou' => array(),
'cart' => array(),
'mine' => array()
),
'default'=>array(
'index' => array(),
'collection' => array(),
'bestforyou' => array(),
'mine' => array()
)
),
'default'=>array(
'PG_SHOPPING_CART'=>array(
'index' => array(),
'cart' => array(),
'mine' => array()
),
'default'=>array(
'index' => array(),
'mine' => array()
)
)
);
//$config['plugin']['PG_SHOPPING_CART'] = 'PG_SHOPPING_CART';
$themeTabConfig = $tabConfig[$config['theme']]??$tabConfig['default'];
$lastTabConfig = $themeTabConfig[$config['plugin']['PG_SHOPPING_CART']]??$themeTabConfig['default'];
foreach($lastTabConfig as $key=>$icon){
$lastTabConfig[$key] = array_merge($map[$key],$icon);
}
return $lastTabConfig;
2020-09-27 14:08:56 +08:00
回复了 caowei922 创建的主题 推广 时隔一年,我又有来送苹果了!
分母+1
2020-09-27 10:27:22 +08:00
回复了 ssbg2 创建的主题 Linux 问下现在 Linux 监控海量文件+两端同步的正确姿势是什么?
inotify + rsync
2020-09-27 09:46:52 +08:00
回复了 lewisli1996 创建的主题 分享创造 Authing 2.0,来了!
把自己的用户给你们。。图啥啊。。
2020-09-25 09:50:35 +08:00
回复了 GrapeCityChina 创建的主题 推广 三步带你开发一个短链接生成平台
yourls 不香么。。
2020-09-24 17:53:56 +08:00
回复了 Asynco 创建的主题 程序员 程序员副业是想太多吗?
@xx6412223 80 个。。活跃用户不超过 10 个。。
2020-09-24 17:31:56 +08:00
回复了 Asynco 创建的主题 程序员 程序员副业是想太多吗?
@xx6412223 一次开发 就不用管了啊。https://i.v2ex.co/9kZ3y873.png 只要不掉线就行。。https://j4u.ink/tCm5xK https://i.v2ex.co/504J5BO2.png
2020-09-24 17:13:11 +08:00
回复了 Asynco 创建的主题 程序员 程序员副业是想太多吗?
@rayliao https://i.v2ex.co/504J5BO2.png 跟我一样。。所以我的群只是半死不活的。。一个月收入个烟钱。。
2020-09-24 15:41:56 +08:00
回复了 Asynco 创建的主题 程序员 程序员副业是想太多吗?
@mahaonan1994 抬举了,也就是个元
2020-09-24 09:51:33 +08:00
回复了 whatsbug 创建的主题 问与答 国庆不想回家,求助。
我都一年没回过家了,疫情原因。。
2020-09-24 09:45:56 +08:00
回复了 myzyq 创建的主题 程序员 各位大佬,日常代码里你会主动使用 try catch 么?
2020-09-24 09:40:24 +08:00
回复了 Asynco 创建的主题 程序员 程序员副业是想太多吗?
https://i.v2ex.co/9kZ3y873.png 小范围搞搞 jd 联盟。。一个月还能收入个 200 左右。。
2020-09-23 17:35:02 +08:00
回复了 HelloJeremy 创建的主题 问与答 人才经纪人靠谱吗?
https://i.v2ex.co/504J5BO2.png 就是猎头啊。。。
@securityCoding 同来自前互金公司的经验 decimal 18,6 bcmath 处理
1 ... 29  30  31  32  33  34  35  36  37  38 ... 53  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1056 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 19:29 · PVG 03:29 · LAX 12:29 · JFK 15:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.