`
文章列表
选摘:http://www.fuzhaopeng.com/2012/sublime-text-2-with-gb2312-gbk-support/ 打开Preferences菜单,并选择 Browse Packages… 系统会打开Sublime Text 2的Packages文件夹,回到上一级菜单,然后打开Installed Packages文件夹 下载并将下载的Package Control.sublime- ...

JAVA SYS TIME

    博客分类:
  • java
public class TestSys { //@Test public void testSysDefault() { Properties sysProperties = System.getProperties(); Set<Map.Entry<Object, Object>> sysSet = sysProperties.entrySet(); Iterator<Entry<Object, Object>> sysIter = sysSet.iterator(); while (sysIter.hasNext()) { E ...
服务器下载: http://jaist.dl.sourceforge.net/project/filezilla/FileZilla%20Server/0.9.41/FileZilla_Server-0_9_41.exe   程序依赖: <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>3.3</version> </dependency> <de ...

ubuntu mysql5.6安装

    博客分类:
  • db
转载请注明出处:http://feuyeux.iteye.com/blog/1911556   下载 mysql workbench mysql-5.6.15-debian6.0-x86_64.deb http://dev.mysql.com/doc/refman/5.6/en/linux-installation-debian.html 监控旧版本 sudo netstat -tap | grep mysql whereis mysql mysql: /usr/bin/mysql /etc/mysql /usr/lib/mysql /usr/bin/X11/my ...
如观冰山 浪迹浮沉 隐现其壮 机如闪电 或修其身 静听涛浪 厚积薄发 但摧人老   日行跬步 行者孤独 人在路上 心向远方 但恨岁逝 见识浅薄 人过而立 心方少年   夜半梦悬 震聋发聩 小子问己 莫若往昔间 血涌轰鸣 跃跃出发 老夫能饭 此方又何难    

mysql自定义启动

    博客分类:
  • db
MYSQL_HOME=D:\+aquarius\mysql-5.6.11-winx64 Path=……;%MYSQL_HOME%\bin   my.bat mysqld --defaults-file = %MYSQL_HOME%/my.cnf   my.cnf: here
下载统一版本的synergy 本文使用1.4.1 Ubuntu主-Windows辅模式 ubuntu做服务器: 配置: sudo nano /etc/synergy.conf section: screens hanl-ubuntu1204: laptop: end section: aliases laptop: 10.11.58.105 hanl-ubuntu1204: 10.11.58.184 end section: links hanl-ubuntu1204: left = laptop laptop: right = hanl-ubu ...

mojolicious

    博客分类:
  • perl
官方网站: http://mojolicio.us/ 源代码: https://github.com/kraih/mojo 安装: sudo curl get.mojolicio.us | shsudo apt-get install libmojolicious-perl 测试:eric@ubuntu:~/Desktop/mojolicio.us/examples$ morbo hello.pl [Sat May  4 14:43:30 2013] [info] Listening at "http://*:3000".Server available at ...
使用Quartz做计划任务时,默认情况下,当前任务总会执行,无论前一个任务是否结束。从如下日志可以看出,job被并发执行,无视前面任务是否结束。   13:14:04,095 INFO [creative.air.schedule.quartz.SimpleJob] DefaultQuartzScheduler_QuartzSchedulerThread - new a simple job 13:14:04,095 INFO [creative.air.schedule.quartz.SimpleJob] DefaultQuartzScheduler_Worker-1 - n=1 ...
Set the variable https_proxy to your proxy Edit /etc/sudoers or the correct file in /etc/sudoers.d/ so it contains: Defaults env_keep = https_proxy
Linux Mint14 Ubuntu1210   http://davmail.sourceforge.net/download.html      
$ sudo apt-get install wireshark $ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark hanl $ sudo reboot
正则表达式图示 http://www.regexper.com http://txt2re.com   JS图形工具 http://d3js.org   JS框架 http://backbonejs.org http://meteor.com(node.js+mongoDB) http://emberjs.com   Web图标 http://fortawesome.github.com/Font-Awesome   sudo add-apt-repository ppa:tiheum/equinox sudo apt-get update && ...

Linux 查找总结

/*在当前目录下查找*/eric@mars-64:~/servers$ pwd/home/eric/serverseric@mars-64:~/servers$ grep -irl "maven3.0.4" ././tomcat7.0.29/logs/localhost_access_log.2012-07-22.txt./tomcat7.0.29/logs/localhost_access_log.2012-07-21.txt/*shell获取ip地址*/ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: ...
版本控制管理是持续集成(CI)中一个重要的环节。时下,最流行的SCM当属GIT。在GIT服务器中,gitolite是一个小巧而易用的服务器。相比github,它并不强大,但企业内部做CI,绝对胜任。 本文介绍gitolite最新版本3.3的安装和配置。 ...
Global site tag (gtag.js) - Google Analytics