配过好几次,但是老忘记。记录备忘。安装下列插件:ssh和git插件用来下载源码publish over ssh 插件用来发布代码到测试环境。email插件用来更强大的email配置。在jenkins的全局配置中,配置Maven(包括私服的setting文件、指定jar包存储目录)、Git、JDK、A...
分类:
其他好文 时间:
2014-09-10 10:45:40
阅读次数:
314
使用WebStorm和Git开发Node.js应用 一、使用WebStorm创建express项目 1、创建项目 File|new project,先选择location为D:\,输入项目名称Caller,选择Node.js Express项目。 2、修改配置:智能感知 file|setting...
分类:
Web程序 时间:
2014-09-09 09:14:39
阅读次数:
354
Linux mint cinnamon how to customize theme Linux mint have two style theme- system theme and user theme eg: system setting->themes like picture below: Void is user theme and the other is system the...
分类:
系统相关 时间:
2014-09-09 09:12:18
阅读次数:
275
明确几个点:
1)System Setting...->Language Support
设置 keyboard input method system: fcitx
2)在软件中心安装sougoupinyin
完成以上两部应该就可以了,即要保证fcitx和sougoupinyin就可以了
安装过程中需要重启。...
分类:
其他好文 时间:
2014-09-07 09:51:44
阅读次数:
227
打包之前在Android的Player Setting里面选择WriteAccess (写入访问)Internal Only:表示Application.persistentDataPath的路径是应用程序沙盒,(需要root不然访问不了写入的文件)文件路径:data/data/包名/Files/O...
分类:
移动开发 时间:
2014-09-05 19:53:11
阅读次数:
1266
js代码:
var setting = {
async: {
enable: true,
type:'post',
url:"treedata.json"
},
data: {
simpleData: { //简单的数据...
分类:
Web程序 时间:
2014-09-05 16:16:31
阅读次数:
221
在特殊的网络策略环境下,可能要需要开发人员通过代理服务器来访问互联网。此时就需要给Maven配置代理服务来访问仓库、更新相关资源。
打开setting.xml文件
myProxy
true
http
123.123.123.123
8080
XXXXX
XXXXX
*....
分类:
其他好文 时间:
2014-09-04 17:02:09
阅读次数:
284
1.在normal mode下,tp button也是和其它触摸事件一样,以坐标形式的input_event进行上报。在初始化时会通过tpd_button_setting()函数根据定义在tpd_custom_XXX.h文件中的配置信息将虚拟按键的坐标信息写在/sys/board_properties/virtualkeys.mtk-tpd中。工作时,tp driver将按下的点的坐标进行上报,A...
分类:
移动开发 时间:
2014-09-04 09:46:47
阅读次数:
196
Go to File > Settings > Gradle you will end up with this screen for setting up your gradle :Also make sure you have Google Repository in your Android ...
分类:
其他好文 时间:
2014-09-03 16:22:26
阅读次数:
238
1:IDEA同时打开多个项目: 选择菜单File–Setting-General--->右侧Project Opening选择第一个Open project in new window; 接下来你通过菜单File–Reopen打开项目就以新窗口方式打开了.IDEA各种插件安装:http://bl.....
分类:
其他好文 时间:
2014-09-02 21:17:55
阅读次数:
265