2019年3月7日

摘要: create or replace trigger TRG_SEQ_ID before insert on TABLE1 for each row declare begin if :new.ID>0 then return; else select SEQ_ID.Nextval into :new 阅读全文
posted @ 2019-03-07 16:01 lihfei89 阅读(118) 评论(0) 推荐(0) 编辑

2016年10月11日

摘要: git add . git commit -m 'first' git status git push cat .git/config 看看内容 git clone 后面 跟你那个地址 阅读全文
posted @ 2016-10-11 20:18 lihfei89 阅读(86) 评论(0) 推荐(0) 编辑

2016年9月19日

摘要: 1,http://ionicons.com/ 2,http://ionicframework.com/docs/v2/ 3,https://github.com/driftyco/ionic-preview-app 阅读全文
posted @ 2016-09-19 16:01 lihfei89 阅读(274) 评论(0) 推荐(0) 编辑

2016年9月15日

摘要: 1.安装nodejs 软件 https://nodejs.org/en/download/ 2. 安装淘宝镜像:以管理员身份打开cmd 输入命名:npm install -g cnpm --registry=https://registry.npm.taobao.org 3.安装Ionic: cnp 阅读全文
posted @ 2016-09-15 08:45 lihfei89 阅读(152) 评论(0) 推荐(0) 编辑

2016年8月20日

摘要: http://cdn.code.baidu.com/ 纯css图标 http://www.designzzz.com/free-pure-css-icons/ 阅读全文
posted @ 2016-08-20 13:38 lihfei89 阅读(138) 评论(0) 推荐(0) 编辑

2016年7月30日

摘要: 从2011年开始接触编程,心里总是犯嘀咕,到底我适不适合做编程,做到了2016年,我还是在编程的这条路上越走越深。抛弃外面花花世界的琳琅满目,我觉得的我的内心深处还是比较喜欢做编程的,只不过被外面的价值观有所影响而已。 一直以来都是使用.net做开发,包括最先开始的asp.net webForm,a 阅读全文
posted @ 2016-07-30 12:22 lihfei89 阅读(140) 评论(0) 推荐(0) 编辑

2016年7月27日

摘要: bind例子 阅读全文
posted @ 2016-07-27 09:12 lihfei89 阅读(176) 评论(0) 推荐(0) 编辑

2016年7月26日

摘要: 1,添加css引用 <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css"> 阅读全文
posted @ 2016-07-26 20:07 lihfei89 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 初始bootstrap 阅读全文
posted @ 2016-07-26 20:00 lihfei89 阅读(116) 评论(0) 推荐(0) 编辑
摘要: css3响应式布局 阅读全文
posted @ 2016-07-26 19:17 lihfei89 阅读(204) 评论(0) 推荐(0) 编辑

导航