会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
110
111
112
113
114
115
116
117
118
···
133
下一页
2018年7月13日
三元
摘要: $price = ($price > 0) ? $price : 0;
阅读全文
posted @ 2018-07-13 23:03 盘思动
阅读(109)
评论(0)
推荐(0)
2018年7月9日
git clone 指定分支的内容
摘要: 使用Git下载指定分支命令为:git clone -b 分支名仓库地址 使用Git下载v.2.8.1分支代码,使用命令:git clone -b v2.8.1 https://git.oschina.net/oschina/android-app.git
阅读全文
posted @ 2018-07-09 17:43 盘思动
阅读(3273)
评论(0)
推荐(0)
2018年7月6日
慕课网
摘要: https://www.imooc.com/course/list?page=6 微信登录的 手机:1660527.......
阅读全文
posted @ 2018-07-06 14:12 盘思动
阅读(208)
评论(0)
推荐(0)
2018年7月5日
http://amazeui.org 后天框架
摘要: http://amazeui.org
阅读全文
posted @ 2018-07-05 11:20 盘思动
阅读(207)
评论(0)
推荐(0)
2018年7月3日
tp between
摘要: $a = array( 'time' => array('between',[c,d]) ); c<= time <= d
阅读全文
posted @ 2018-07-03 09:33 盘思动
阅读(339)
评论(0)
推荐(0)
2018年6月30日
git pull
摘要: git branch --set-upstream-to=origin/siweiya siweiya分支 siweiya 设置为跟踪来自 origin 的远程分支 siweiya。git pull $ git pushwarning: push.default 尚未设置,它的默认值在 Git 2.
阅读全文
posted @ 2018-06-30 09:25 盘思动
阅读(187)
评论(0)
推荐(0)
2018年6月28日
tp关联查询
摘要: /* * -1 奖项公布,包括手动结束 * 1 投稿结束,奖项还没公布 ,时间判断 * 2 未结束=投稿开始了,投稿还没结束 * 3 未开始 * */$map_end = array();if (!empty($_GET['is_end'])){ $is_end = $_GET['is_end'];
阅读全文
posted @ 2018-06-28 12:04 盘思动
阅读(396)
评论(0)
推荐(0)
2018年6月25日
添加删除软连接 linux操作记录
摘要: ``` 2101 ll 2102 unlink pc 2103 ll 2104 ln -s /home/wwwroot/default/ssy/monkey/pc 2105 ll 2106 unlink pc_build 2107 ln -s /home/wwwroot/default/ssy/mo
阅读全文
posted @ 2018-06-25 17:39 盘思动
阅读(1453)
评论(0)
推荐(0)
2018年6月21日
查看当前文件夹下所有的文件内容的匹配
摘要: zb@zb-computer:/usr/local/nginx/conf/vhost$ grep index.php * caomall17.conf: index index.html index.htm index.php;caomall_dims.conf: index index.html
阅读全文
posted @ 2018-06-21 14:40 盘思动
阅读(650)
评论(0)
推荐(0)
2018年6月20日
js 生成二维码
摘要: $(".good_info").on('click',function () { var id = $(this).data('id'); var string = 'http://qr.liantu.com/api.php?text=https://hostname/wx.php/Good/det
阅读全文
posted @ 2018-06-20 20:36 盘思动
阅读(143)
评论(0)
推荐(0)
上一页
1
···
110
111
112
113
114
115
116
117
118
···
133
下一页
公告