会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序员X
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2014年8月25日
nodejs eclipse
摘要: nodejs下载地址http://nodejs.org/1.下载并安装完nodejs后,打开cmd命令窗口,输入node -v,如果正确输出版本号,就是安装成功了,如果说node不是windows的命令什么的,说明你的node启动路径没有加到path中,所以你要去修改一下环境变量,保证启动路径是在p...
阅读全文
posted @ 2014-08-25 16:30 程序员X
阅读(237)
评论(0)
推荐(0)
2014年7月2日
CentOS: Make Command not Found and linux xinetd 服务不能启动
摘要: 在centos 安装编译器yum -y install gcc automake autoconf libtool makelinux xinetd 服务不能启动:[root@capaa xinetd.d]# service xinetd restartxinetd: unrecognized se...
阅读全文
posted @ 2014-07-02 12:19 程序员X
阅读(551)
评论(0)
推荐(0)
2014年7月1日
jquery将form表单序列化常json
摘要: var formData = {};$.each(form.serializeArray(),function(i, item){ formData[item.name] = item.value;});$.ajax({ cache: true, ...
阅读全文
posted @ 2014-07-01 19:13 程序员X
阅读(208)
评论(0)
推荐(0)
VMware Mac OS补丁安装
摘要: 安装了VMware9.0在新建虚拟系统的时候,没有Appel MAC OS系统的选项,上网查了一下是需要打一个VMware Mac OS补丁就可以了。下面我来演示一下VMware Mac OS补丁怎么用?方法/步骤1百度一下【VMware Mac OS补丁下载】就可以看到很多下载的地方。建议找在百度...
阅读全文
posted @ 2014-07-01 11:16 程序员X
阅读(715)
评论(0)
推荐(0)
出现windows启动服务失败(无法从命令行或调试器启动,需要安装InstallUtil.exe)的解决办法
摘要: 两种方法1 从命令行安装2 选择项目-视图-自定义操作 然后将 安装,提交,回滚,卸载分别加入自定义操作,注意InstallClass属性为true
阅读全文
posted @ 2014-07-01 10:56 程序员X
阅读(5055)
评论(0)
推荐(0)
2014年6月30日
nginx
摘要: /usr/local/nginx/sbin/nginxnginx -s reload 重启nginx -t测试 conf
阅读全文
posted @ 2014-06-30 14:20 程序员X
阅读(128)
评论(0)
推荐(0)
linux svn
摘要: yum -y install subversion
阅读全文
posted @ 2014-06-30 14:14 程序员X
阅读(102)
评论(0)
推荐(0)
linux 文件夹-文件权限设置
摘要: 只设置文件夹权限为755 文件权限为644find -type d -exec chmod 755 {} \;find -type f -exec chmod 644 {} \;或者find -type d|xargs chmod 755find -type f|xargs chmod 644
阅读全文
posted @ 2014-06-30 14:13 程序员X
阅读(207)
评论(0)
推荐(0)
2014年5月7日
ffmpeg截图
摘要: ffmpeg.exe-probesize32768-i"rtmp://localhost/live/1live=1"-y-t0.001-ss1-fimage2-r1c:/rtm.jpeg
阅读全文
posted @ 2014-05-07 17:49 程序员X
阅读(410)
评论(0)
推荐(0)
2014年5月5日
memcached windows 修改端口
摘要: 要想在windows中使用memcached,必须先下载memcached for win32安装。下载地址:http://jehiah.cz/projects/memcached-win32/解压后只要在命令窗口中输入下面命令c:\memcached\memcached.exe -d instal...
阅读全文
posted @ 2014-05-05 12:51 程序员X
阅读(462)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告