会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fo0ol
如果不够惊艳,就要足够的低调
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2017年7月31日
nodejs学习
摘要: Events模块 addListener(event,listener) / on(event,listener): 为对象的事件event添加监听器listener. once(evnet,listener): 为对象的事件event添加只响应一次的监听器listener. removeListe
阅读全文
posted @ 2017-07-31 11:06 fo0ol
阅读(134)
评论(0)
推荐(0)
2017年7月1日
node记录
摘要: 集中管理 require('sequelize'); require('node-schedule')
阅读全文
posted @ 2017-07-01 13:46 fo0ol
阅读(91)
评论(0)
推荐(0)
2017年6月15日
mysql 常用总结
摘要: centos7 安装mysql 数据库安装参考:http://www.cnblogs.com/longrui/p/6071581.htmlhttps://www.cnblogs.com/yoursoul/p/6264059.html ERROR 1819 (HY000): Your password
阅读全文
posted @ 2017-06-15 22:32 fo0ol
阅读(187)
评论(0)
推荐(0)
2017年2月17日
ubuntu 服务器搭建汇总
摘要: 开启ssh 1.首先:终端安装开启ssh-server服务: sudo apt-get install openssh-server 2.然后确认sshserver是否启动了: ps-e | grep ssh 3.如果存在ssh-agent和sshd说明ssh-server已经开启成功 1976 ?
阅读全文
posted @ 2017-02-17 00:13 fo0ol
阅读(335)
评论(0)
推荐(0)
2017年2月4日
ubuntu下安装golang
摘要: 1、安装 2、查看go的安装路径 查看 GOROOT="/usr/lib/go-1.6" 3、修改环境变量 4、测试 $ go 5、创建hello.go 6、运行 参考:http://www.361way.com/golang-install/4537.html
阅读全文
posted @ 2017-02-04 00:07 fo0ol
阅读(732)
评论(0)
推荐(0)
2016年9月11日
前端学习
摘要: less Sass Grunt Glup browserify WebPack Babel vue.js react Ionic Angular Typescript Node.js web框架:sails.js
阅读全文
posted @ 2016-09-11 23:33 fo0ol
阅读(163)
评论(1)
推荐(0)
2016年7月3日
Web fonts
摘要: 不同类型的文件字体: Embedded OpenType (glyphicons-halflings-regular.eot) Scalable Vector Graphics (glyphicons-halflings-regular.svg) TrueType font (glyphicons-
阅读全文
posted @ 2016-07-03 10:07 fo0ol
阅读(215)
评论(2)
推荐(0)
2016年6月14日
IE firefox 兼容性整理
摘要: 1、尽量用jquery操作。 2、jquery取值时要用准确的方法,attr(), val(), text(), html(). 例如: <span value="a">test</span> 取value属性值,ie下 $("span").val()可以,ff下就有问题。标准写法$("span")
阅读全文
posted @ 2016-06-14 18:19 fo0ol
阅读(176)
评论(0)
推荐(0)
2016年5月29日
上海居住证办理材料
摘要: 上海市居住证》积分申请的个人书面材料 除特殊说明外,所有积分申请材料均须核对原件,留复印件。一、基本材料1、单位人事专员介绍信、身份证;2、申请人有效期内的《上海市居住证》;3、《<上海市居住证>积分申请表》(网上打印、表格上加盖单位公章);4、持证人有效身份证件;5、持证人户籍证明(家庭户口可提供
阅读全文
posted @ 2016-05-29 10:29 fo0ol
阅读(261)
评论(0)
推荐(0)
2016年3月15日
Sea.js & Require.js
摘要: Sea.js 追求简单、自然的代码书写和组织方式,具有以下核心特性: 简单友好的模块定义规范:Sea.js 遵循 CMD 规范,可以像 Node.js 一般书写模块代码。 自然直观的代码组织方式:依赖的自动加载、配置的简洁清晰,可以让我们更多地享受编码的乐趣。 Sea.js 还提供常用插件,非常有助
阅读全文
posted @ 2016-03-15 00:26 fo0ol
阅读(537)
评论(1)
推荐(0)
上一页
1
2
3
4
5
下一页
公告