CreateClone an existing repositorygit clone ssh://user@domain.tld/repo.gitClone an existing repository and all its sub-modules recursivelygit clone --...
分类:
其他好文 时间:
2015-05-11 23:29:46
阅读次数:
153
excel.pyw会有问题,解决如下:因为python3x中没有tkMessageBox模块,Tkinter改成了tkinter你可以查看你的py当前支持的模块。在交互式命令行下输入>>> help()>>> modules前三行改为:1 from tkinter import Tk2 from t...
分类:
编程语言 时间:
2015-05-11 14:31:27
阅读次数:
147
在win7下安装与使用1 nodejs官网下载,安装 https://nodejs.org/2 下载最新的 npm,在E:\nodejs\中解压高级系统设置->高级->环境变量->系统变量 中path中添加 E:\nodejs\新建 NODE_PATH E:\nodejs\node_modules\...
分类:
Web程序 时间:
2015-05-11 12:38:55
阅读次数:
142
$source = "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Carbon"$target = "\c$\Windows\System32\WindowsPowerShell\v1.0\Modules"$ON_OFF = Import-C...
分类:
其他好文 时间:
2015-05-11 10:22:41
阅读次数:
121
OpenCV入门 - Ubuntu 12.04 安装OpenCV
本来打算在Ubuntu 12.04上安装opencv 3.0的,结果发生了下面(2)中的错误,不知如何解决,所以最后还是老老实实安装opencv 2.4.
(1)编译时出现错误:
In file included from /home/vonzhou/Downloads/opencv-3.0.0-rc1/modules...
分类:
系统相关 时间:
2015-05-10 17:18:19
阅读次数:
354
1、在 \phpcms\templates\default\formguide\show.html 中添加验证码显示{form::checkcode('code_img', '4', '14', 84, 24)}2、 在 \phpcms\modules\formguide\index.php 中修改...
分类:
Web程序 时间:
2015-05-09 10:05:51
阅读次数:
156
编辑配置文件/etc/httpd/conf.modules.d/00-mpm.conf#Select the MPM module which should be used by uncommenting exactly one of the following LoadModule line:默认...
分类:
Web程序 时间:
2015-05-08 23:40:54
阅读次数:
420
今天把服务器重新安装系统,做apache调优前,优化下apache对网络地址大小写不区分的支持。记录如下:编译mod_speling.so模块去除Apache-url大小写字母敏感的配置1. 进入apache源代码的modules/mappers/目录2. 运行如下命令自动编译、安装和修改httpd...
分类:
Web程序 时间:
2015-05-08 21:59:58
阅读次数:
284
问题一
1.3.7版本好像有一个bug,就是需要修这个文件 进入到apium的安装目录下 修改 node_modules/appium/node_modules/node-idevice文件。替换掉的文件下载地址是,否则就出现下面这个错误了。这个bug不知道什么时候修复。。
org.openqa.selenium.SessionNotCreatedException: A new sessio...
分类:
移动开发 时间:
2015-05-08 20:25:44
阅读次数:
598
在EJB里引用了第三方包后,必须在JBoss里进行这个包的配置,否则项目肯定会部署失败。
在JBoss7以前的版本里,这些第三包可以放到%JBOSS_HOME%/common/lib下面,但JBoss 7与以前的版本完全不同了。JBoss 7里使用的是模块加载,第三方Jar包也会当成模块来加载,所以需要在JBoss 7里对第三方Jar包进行配置。配置分为两个步骤,一个是在modules这个文件夹里...
分类:
编程语言 时间:
2015-05-08 00:03:11
阅读次数:
211