上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 92 下一页
官网:http://redis.io中文翻译:http://redis.cn/windows预编好的版本下载:https://github.com/dmajkic/redis/downloads客户端API:C#ServiceStack.Redis☺★HomepagedemisbellotThis is a fork and improvement of the original C# client written by Miguel De Icaza.Booksleeve☺★HomepagemarcgravellThis client was developed by Stack Excha Read More
posted @ 2013-04-21 21:21 庚武 Views(683) Comments(1) Diggs(0)
主页:https://github.com/ServiceStack/ServiceStack.TextThe Home of.NET's fastest JSON,JSVand CSV Text Serializers.ServiceStack.Text is anindependent, dependency-freeserialization library that contains all of ServiceStack's text processing functionality, including:JsonSerializerTypeSerializer (J Read More
posted @ 2013-04-21 19:32 庚武 Views(2537) Comments(0) Diggs(1)
Windows的命令是:netstat -ano | findstr "80" (注80是你想要看查看的端口号)Linux:法1:ps aux | grep httpdnetstat -anp | grep httpd法2:ps -ef | grep httpdnetstat -tunpl | gr... Read More
posted @ 2013-04-21 01:19 庚武 Views(391) Comments(0) Diggs(0)
1.安装编绎器:yum groupinstall "Development Tools"2.下载组件:http://www.tuxera.com/community/ntfs-3g-download/3.编绎安装./configuremakemake install # or 'sudo make install' if you aren't root4.挂载mount -t ntfs-3g /dev/sda1 /mnt/windows(注:其中 /dev/sda1可以通过使用root用户 fdisk -l 命令查看所有分区得到)5.启动自动挂载(可 Read More
posted @ 2013-04-06 16:22 庚武 Views(666) Comments(0) Diggs(0)
http://www.visualsvn.com/downloads/Apache Subversion Binary Packageshttp://subversion.apache.org/packages.html Read More
posted @ 2013-03-27 15:10 庚武 Views(651) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2013-03-22 12:23 庚武 Views(3) Comments(0) Diggs(0)
Notepad:更新网址:http://eclipsenotepad.sourceforge.net/updates/ Read More
posted @ 2013-03-16 12:00 庚武 Views(233) Comments(0) Diggs(0)
http://files.cnblogs.com/wucg/excanvas_r3_cgdemo.zipfrom:http://excanvas.sourceforge.net/clear canvas for redrawcontext.clearRect ( x , y , w , h );orcanvas.width = canvas.width; Read More
posted @ 2013-02-01 14:26 庚武 Views(344) Comments(0) Diggs(0)
参考:http://stackoverflow.com/questions/14514599/how-to-use-aspectj-maven-pluginYou need to install the AspectJ Maven configurator. It is available here:http://dist.springsource.org/release/AJDT/configurator/Help -> Install new software...Add this update site to the "work with" section an Read More
posted @ 2013-01-29 11:40 庚武 Views(6031) Comments(0) Diggs(0)
看spring samples(https://src.springframework.org/svn/spring-samples/)的时候,发现pom.xml中引用到self4j,用以替换commons logging,之前看到hibernate也有用到slf4j,于是决定了解一下这个组件。http://www.slf4j.org/Simple Logging Facade for Java (SLF4J)The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for va Read More
posted @ 2013-01-24 10:21 庚武 Views(740) Comments(0) Diggs(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 92 下一页