会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Waichung
Welcome to my blog!
博客园
首页
联系
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
20
下一页
2015年7月3日
var functionName = function() {} vs function functionName() {}
摘要: The difference is thatfunctionOneis defined at run-time, whereasfunctionTwois defined at parse-time for a script block. For example:from:http://stacko...
阅读全文
posted @ 2015-07-03 14:33 Waichung
阅读(309)
评论(0)
推荐(0)
2015年6月16日
curl 发送带有Authorization的post请求命令
摘要: curl --user user:password -d "param1=111¶m2=222" "http://127.0.0.1/cmd"
阅读全文
posted @ 2015-06-16 09:03 Waichung
阅读(4965)
评论(0)
推荐(0)
2015年6月14日
VirtualBox 设置共享文件夹自动挂载
摘要: 1.在VirtualBox中设置文件夹位置和名称,这里使用的名称是share1.在ubuntu12.04的/etc/rc.local中加入自动挂载命令sudo mount -t vboxsf share /home/jim/share -o "rw,uid=1000,gid=1000,dmode=0...
阅读全文
posted @ 2015-06-14 19:53 Waichung
阅读(501)
评论(0)
推荐(0)
2015年6月13日
PHP中空字符串、0、null、empty和false之间的关系
摘要: 原文来自:http://www.seayee.net/article/info_115.html
阅读全文
posted @ 2015-06-13 10:10 Waichung
阅读(232)
评论(0)
推荐(0)
2015年6月12日
Ubuntu12.04安装svn1.8
摘要: 先在终端执行sudo sh -c 'echo "# WANdisco Open Source Repo" >> /etc/apt/sources.list.d/WANdisco.list'sudo sh -c 'echo "deb http://opensource.wandisco.com/ubu...
阅读全文
posted @ 2015-06-12 18:12 Waichung
阅读(328)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
20
下一页