Customer Industry: Commercial off-the-shelf (COTS) application ,,Food Ingredients or Agricultural Supply Chain trading businessPossess broad understan...
分类:
其他好文 时间:
2015-01-06 17:19:58
阅读次数:
374
udf配置VS2010编译器,一种比较简单方法是配置C:\Program Files\ANSYS Inc\v140\fluent\ntbin\win64\udf.bat文件: 1 @echo off 2 rem --- 3 rem MS Visual C++ 4 rem --- 5 set MSVC...
分类:
其他好文 时间:
2015-01-06 13:41:50
阅读次数:
284
以下变量全部来自mysql5.5.40-log包括该版本的所有变量,绝大部分变量都是解释的,那些没有解释的变量不是很重要,不过后期还是会补充上去的。以下变量只有部分经过本人验证,,没有验证均来自大师的博客.仅供参考。1.自增值相关auto_increment_increment 1#增量auto_increment_off..
分类:
数据库 时间:
2015-01-05 18:56:43
阅读次数:
361
NGUI3.6版本第一种方案:1. NGUI Options Handles -> turn off 拖动打开第二种方案:1. 勾选上Edit –> Project Setting –> Physics –>Layer Collision Matrix勾选上UI
分类:
其他好文 时间:
2015-01-04 21:16:08
阅读次数:
216
@echo off REM 查询字符串是否包含某字符串 REM @echo off & SET 变量1=C:\你妹D\大调\ REM echo %变量1%|find /i "C:\你妹D">nul 2>nul&&echo true||echo false REM...
分类:
其他好文 时间:
2015-01-04 16:33:59
阅读次数:
375
1、基本环境准备
[hadoop@hadoop html]$ sudo chkconfig iptables off 禁用防火墙
[hadoop@hadoop html]$ vi /etc/selinux/config
禁用selinux,SELINUX=disabled
注:保存重启系统
2、Cloudera Manager的离线安装包下载,构建CM本地源
[ha...
分类:
其他好文 时间:
2015-01-04 12:12:07
阅读次数:
365
windows系统 使用SecureCRT连接远程服务器,在会话选项 -> 终端设置中勾选“发送协议 NO-OP”。 使用putty连接远程服务器,找到Connection -> Seconds between keepalives ( 0 to turn off ), 默认为0,改为60。...
分类:
系统相关 时间:
2015-01-03 18:42:57
阅读次数:
1465
@echo off set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%" cd D: md %Ymd% cd "C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin" cd C: mysqldump -u root -proot -h xx.xx.xx.xx eoss-product > D:/%Ymd%/%Ymd...
分类:
数据库 时间:
2015-01-03 16:03:47
阅读次数:
184
1.打开visualSVN Server2.打开Repositories3.右键需要控制的项目->所有任务->manage hooks...4.选择Hooks tab,点击Pre-commit hook进入编辑界面5.将以下的内容复制到输入框中 @echo off :: :: Stops commi...
分类:
其他好文 时间:
2015-01-03 09:19:30
阅读次数:
293
django 内建标签autoescape控制当前自动转义的行为,有on和off两个选项{% autoescape on %} {{ body }}{% endautoescape %}block定义一个子模板可以覆盖的块,在模板中(上一节)有使用示例comment注释,{%comment%}...
分类:
其他好文 时间:
2015-01-02 19:53:23
阅读次数:
230