码迷,mamicode.com
首页 >  
搜索关键字:save    ( 6387个结果
iptables 开启80端口
service iptables save 来实现保存到配置文件。 这样重启计算机后,CentOS防火墙默认已经开放了80和22端口。 查看防火墙信息: ...
分类:其他好文   时间:2016-06-06 16:24:51    阅读次数:216
oracle初始操作
oracle登录 sqlplus sys/oracle as sysdba SQL> edSP2-0107: Nothing to save. 果然oracle啥都不懂,说实话我还去应聘了一家公司的dba,我也是没谁了 在linux环境下启动和关闭oracle实例,一般是在SQL * Plus提示下... ...
分类:数据库   时间:2016-06-05 12:28:12    阅读次数:208
在终端terminal运行ReactNative程序经常出现的问题
各种问题汇总: 1、Unable to resolve modules lodash (这里举例lodash,这个lodash也可以是别的。意思就是缺少当前模块,所以需要安装) npm install lodash --save 或(制定版本的命令): npm install lodash@3.10 ...
分类:其他好文   时间:2016-06-05 00:54:31    阅读次数:224
[Redux] Persisting the State to the Local Storage
We will learn how to use store.subscribe() to efficiently persist some of the app’s state to localStorage and restore it after a refresh. To save data ...
分类:其他好文   时间:2016-06-04 07:00:45    阅读次数:204
http header
Means "I don't know what the hell this is. Please save it as a file, preferably named picture.png". Means "This is a PNG image. Please save it as a fi ...
分类:Web程序   时间:2016-06-03 12:52:52    阅读次数:190
mongodb基础知识_4
插入: 使用insert或save方法想目标集合插入一个文档: db.person.insert({"name":"ryan","age":30}); 使用batchInsert方法实现批量插入,它与insert方法非常类似,只是它接受的是一个文档数组作为参数。一次发送数十,数百乃至数千个文档会明显 ...
分类:数据库   时间:2016-06-03 11:21:34    阅读次数:217
java web项目DAO层通用接口BaseDao与实现类BaseDaoImpl
在spring+hibernate的web项目中,处理数据层通常会使用Spring框架提供的HibernateTemplate类提供的方法。通常的用法是每一个实体类对应的去写DAO层的接口和实现类。每个实现类中都写hibernateTemp.save(entity)、hibernateTemp.up ...
分类:编程语言   时间:2016-06-03 09:56:56    阅读次数:400
nodejs学习过程
一、安装nodejs 二、安装Express npm install express -save; 以上命令会将 Express 框架安装在当期目录的 node_modules 目录中, node_modules 目录下会自动创建 express 目录。 2. 在express4.0之后,还需要安装 ...
分类:Web程序   时间:2016-06-03 01:06:21    阅读次数:258
玩转mongodb(四):细说插入、更新、删除和查询
插入: 使用insert或save方法想目标集合插入一个文档: db.person.insert({"name":"ryan","age":30}); 使用batchInsert方法实现批量插入,它与insert方法非常类似,只是它接受的是一个文档数组作为参数。一次发送数十,... ...
分类:数据库   时间:2016-06-02 19:42:23    阅读次数:267
lr_save_var函数解析
LR字符串截取lr_save_var 示例: Action(){ web_save_timestamp_param( "tStamp",LAST ); lr_output_message("tStamp的原始值:%s",lr_eval_string("{tStamp}")); lr_save_var ...
分类:其他好文   时间:2016-06-02 18:09:28    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!