会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shiyinan
博客园
园子
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2017年10月16日
做一个绩效考核web页面——1.如何把web页面用户输入的数据插入数据库
摘要: 把网页用户输入的数据插入数据库的完整代码 参考地址 http://blog.chinaunix.net/uid-22065871-id-3054945.html
阅读全文
posted @ 2017-10-16 11:13 shiyinan
阅读(344)
评论(0)
推荐(0)
2017年10月12日
你不知道的事——nodeJS安装环境【配置问题】
摘要: 其实,nodeJS要配置个屁,安装时就有提示会添加到PATH环境变量中,不用手动配置,像node_path也不用(或许有人要配全局的node_global\node_modules?)。 昨天手贱安装了一个Excel服务器,连带着有Microsoft database2008和Microsoft d
阅读全文
posted @ 2017-10-12 17:20 shiyinan
阅读(476)
评论(0)
推荐(0)
2017年10月9日
关于远程命令执行漏洞
摘要: 近期各大公司网站出现了,补天漏洞响应平台反馈的一个代码为st2-046的远程命令执行漏洞,特意了解一下,学习学习。
阅读全文
posted @ 2017-10-09 10:43 shiyinan
阅读(630)
评论(1)
推荐(0)
SpringBootCli安装
摘要: 近期学习SpringBoot实战,被这个简洁的Spring开发框架吸引了,所以学习一下。下载好多资料到百度云,慢慢看吧。 那么首要是安装SpringBootCli命令行工具,参考原文地址http://www.cnblogs.com/smile361/p/4710595.html
阅读全文
posted @ 2017-10-09 10:40 shiyinan
阅读(266)
评论(0)
推荐(0)
2017年9月19日
英雄编辑器——继续学习
摘要: angular.cn 作为一个新手,有必要好好理一理一门语言中开发所需要了解的基础知识(真的,最基本的语法逻辑,变量和方法命名规则,方法和类的定义)做到尽早脱离书本仍能写出自己想要的程序。今天,我就上面这个页面显示分析一下,我的所学: 1.“Tour of Heroes”在HTML页面或根组件app
阅读全文
posted @ 2017-09-19 11:50 shiyinan
阅读(190)
评论(0)
推荐(0)
npm i命令报错“Please try running this command again as root/Administrator”
摘要: 相对npm install命令不够正规,虽然使用npm -help命令查看npm i和npm install的内容是一样的,但是我使用的intellij 2017.2.4版本会经常对“npm i”这个命令报这个错。所以建议使用npm install命令。然而,还会出现这个错误的话就可以忽视了,毕竟我
阅读全文
posted @ 2017-09-19 09:04 shiyinan
阅读(1572)
评论(0)
推荐(0)
2017年9月18日
angular2应用ng2-datatable——假如我npm install出错了,还能npm start嘛?
摘要: 对不起,这是刚才发现的“不是问题的问题”——“假如我npm install出错了,还能npm start嘛?” 安装ng2-datatable包 npm install 安装一些运行时需要用到的包 哇擦类,报错了…… 还不少…… 还有…… 然鹅,我并不在意……继续npm start哈哈哈 头一次这么
阅读全文
posted @ 2017-09-18 09:42 shiyinan
阅读(358)
评论(0)
推荐(0)
In ambient enum declarations member initializer must be constant expression.一个亟待解决的问题
摘要: 项目:angular2上应用一个简单的ngx-datatable,用angular-cli创建的工程,配置文件package.json将所有包都更新到最新版本(因为之前@angular/compiler-cli4.3.6和typescript2.5.2版本冲突,所以把typescript版本降到了2
阅读全文
posted @ 2017-09-18 09:12 shiyinan
阅读(1312)
评论(0)
推荐(0)
2017年9月15日
In ambient enum declarations member initializer must be constant expression.(二)
摘要: 怪我傻逼了,没有贴出代码。相关代码如下: 这是模板内容,超级简单吧 这是填充的数据 这里贴出官网上的代码地址https://swimlane.gitbooks.io/ngx-datatable/content/introduction/getting-started.html,一个超级简单的例子作为
阅读全文
posted @ 2017-09-15 17:38 shiyinan
阅读(936)
评论(0)
推荐(0)
angular2编译ngx-datatable工程出现In ambient enum declarations member initializer must be constant expression.在环境枚举声明中,成员初始化表达式必须是常数表达式
摘要: 详见typescript中文网错误信息列表https://www.tslang.cn/docs/handbook/error.html我们的错误描述就是: 在环境枚举声明中,成员初始化表达式必须是常数表达式 在我的ngx-datatable项目firstData中编译的谷歌浏览器显示结果为:编译失败
阅读全文
posted @ 2017-09-15 17:28 shiyinan
阅读(1138)
评论(6)
推荐(0)
上一页
1
2
3
下一页
公告