会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
长城的草
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
31
下一页
2014年11月17日
python笔记
摘要: 1、timetime.strftime('%Y-%m-%d',time.localtime(time.time()))##time.strftime()格式化时间#time.localtime()方法,作用是格式化时间戳为本地的时间#python中时间日期格式化符号:%y 两位数的年份表示(00-9...
阅读全文
posted @ 2014-11-17 09:19 长城的草
阅读(236)
评论(0)
推荐(0)
2014年11月13日
php类库安装xml
摘要: 问题报错:Call to undefined function dom_import_simplexml()yum install php-domservice restart httpd参考[1] fobfob.http://fobfob.hateblo.jp/entry/2013/03/06/1...
阅读全文
posted @ 2014-11-13 13:59 长城的草
阅读(1719)
评论(1)
推荐(0)
2014年11月2日
centos 安装python PIL模块
摘要: 1、安装使用yum安装缺少类库:#尤其重要,否则会报错yum install python-develyum install libjpeg libjpeg-devel zlib zlib-devel freetype freetype-devel lcms lcms-develyum instal...
阅读全文
posted @ 2014-11-02 13:42 长城的草
阅读(12387)
评论(0)
推荐(0)
2014年10月20日
mysql 用户管理
摘要: 1、初始安装修改root密码mysqladmin -uroot password 'newpassword';2、新建用户//创建了一个名为:jeecn 密码为:jeecn 的用户。mysql> insert into mysql.user(Host,User,Password) values(...
阅读全文
posted @ 2014-10-20 16:15 长城的草
阅读(185)
评论(0)
推荐(0)
2014年10月18日
js笔记
摘要: 替换换行符:title = title.replace(/[\r\n/]/g,'').replace(/[\n]/g,'').replace(/[\r\n/]/g,'').replace(/[\n]/g,''); 查找字符串:a="hello string";a.indexOf("string");
阅读全文
posted @ 2014-10-18 20:50 长城的草
阅读(111)
评论(0)
推荐(0)
2014年10月12日
css 字体
摘要: http://www.mini88s.com/news_list.asp?id=1237http://tool.oschina.net/commons?type=8
阅读全文
posted @ 2014-10-12 12:45 长城的草
阅读(156)
评论(0)
推荐(0)
2014年10月11日
centos 配置subversion svn
摘要: Subversion是一个自由,开源的版本控制系统。1、安装:yum install subversion2、配置mkdir -p /var/svn/svnrepos #新建文件夹svnadmin create /var/svn/svnrepos #建立空版本库vim /var/...
阅读全文
posted @ 2014-10-11 08:32 长城的草
阅读(181)
评论(0)
推荐(0)
2014年10月8日
服务器监控
摘要: snmprrdtool
阅读全文
posted @ 2014-10-08 10:09 长城的草
阅读(199)
评论(0)
推荐(0)
svn 版本管理与自动部分发布
摘要: 作为团队开发项目时,会遇到项目的版本管理,测试部署与发布部署,下面是摘至他人的关于版本管理和自动部署的方案。svn自动部署的实现:使用svn的hook功能1、在版本库的hooks目录下面,有一些基于事件触发的执行脚本,比如post-commit, 去掉后缀.tmpl2、编辑svn代码库服务器上文...
阅读全文
posted @ 2014-10-08 09:56 长城的草
阅读(5377)
评论(0)
推荐(0)
2014年10月5日
js 笔记
摘要: 1、判断变量是否定义if("undefined" == typeof(end) || isNaN(end)) count = 6;
阅读全文
posted @ 2014-10-05 13:43 长城的草
阅读(137)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
31
下一页
公告