码迷,mamicode.com
首页 >  
搜索关键字:save    ( 6387个结果
arcgis engine 基础代码
1.开始编辑,save feature property,停止编辑 IWorkspace workspace = ((IDataset)pFeatureClass).Workspace;IWorkspaceEdit workspaceEdit = workspace as IWorkspaceEdi ...
分类:其他好文   时间:2016-08-19 17:27:07    阅读次数:412
Iptables防火墙
1 位置 使用vim /usr/sysconfig/iptables 2 启动、关闭、保存 service iptables stop service iptables start service iptables restart service iptables save 3 结构 iptable... ...
分类:其他好文   时间:2016-08-19 14:42:29    阅读次数:161
iptables防火墙详解
iptables常用命令 iptables -nv -L 查看iptables列表 iptables -F 清空iptables规则 iptables-save > /etc/sysconfig/iptables 保存iptables规则到文件 以下是我服务器的iptables配置 防止攻击 以下转 ...
分类:其他好文   时间:2016-08-19 13:18:56    阅读次数:138
Atom快捷键
最近在使用Atom文本编辑器,发现好赞,大大提高开发效率 列出一些我常用的快捷键: cmd-s : 表示可以保存为 "Save". [这个常用来保存修改] cmd-shift-s : 表示可以另存为 "Save As". [当想保存原稿时,用这个] cmd-L : 表示选取整行. [高效操作,特别是 ...
分类:其他好文   时间:2016-08-19 11:22:38    阅读次数:177
Wabpack系列:在webpack+vue开发环境中使用echarts导致编译文件过大怎么办?
现象,在一个webpack+vue的开发环境中,npm install echarts --save了echarts,然后在vue文件中直接使用 import echarts from 'echarts'然后编译的时候加上了Uglify选项,发现vendor文件的大小已经达到了800多k,导致首次加... ...
分类:Web程序   时间:2016-08-19 09:53:44    阅读次数:580
lr常用函数
1. web_reg_save_param("参数名","LB=左边界","RB=右边界",LAST);/注册函数,在参数值出现的前面使用,注册成功时返回值为0,注册失败时返回值为1。左右边界需根据TreeView里相关步骤的SeverResponse代码来确定。用以上函数能获取第一个符合条件的数值 ...
分类:其他好文   时间:2016-08-19 00:57:10    阅读次数:142
hexo deploy出错的解决方法
执行npm install hexo-deployer-git --save 配置Deployment首先,你需要为自己配置身份信息,打开命令行,然后输入: git config --global user.name "yourname" git config --global user.email ...
分类:其他好文   时间:2016-08-18 12:51:40    阅读次数:1051
TortoiseGit上传项目到GitHub////////////////////////////z
1、安装msysgit和TortoiseGit ; 2、TortoiseGit 设置: (1)、确保安装成功: (2)、设置用户名和邮箱: 3、登陆github并进入设置页面: 4、添加 SSH Key: 5、通过TortoiseGit生成SSH key: 点击 Save private key 保 ...
分类:Web程序   时间:2016-08-17 13:56:44    阅读次数:216
gulp-htmlmin压缩html
通过一条命令用Npm安装gulp-htmlmin: npm install gulp-htmlmin --save-dev 安装完毕后,打开gulpfile.js文件,我们里面编写一个task用来专门压缩html,并对html进行一系列的处理: var gulp = require('gulp'); ...
分类:Web程序   时间:2016-08-16 00:04:34    阅读次数:298
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
今天运行Redis时发生错误,错误信息如下: (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modi ...
分类:数据库   时间:2016-08-15 10:23:08    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!