随笔分类 -  software软件

该文被密码保护。
posted @ 2017-06-26 14:52 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:Windows平台创建文件、文件夹链接: 测试平台,windows10. ref: http://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ tool: ht 阅读全文
posted @ 2016-04-21 15:13 庚武 阅读(861) 评论(0) 推荐(1) 编辑
摘要:;RCtrl::RAlt:: Send, {space}Return http://ahkscript.org/https://autohotkey.com/download/ 阅读全文
posted @ 2015-12-26 11:25 庚武 阅读(848) 评论(0) 推荐(0) 编辑
摘要:Linux CentOS 编绎安装Python 3.5先决条件(若无安装,则不能编绎使用idle3):yum install tk-develxz -d Python-3.5.0.tar.xztar zxf Python-3.5.0.tarcd Python-3.5.0./configure --p... 阅读全文
posted @ 2015-10-08 10:37 庚武 阅读(712) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-10-10 13:53 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:文档首页:http://www.couchbase.com/documentationhttp://docs.couchbase.com/couchbase-manual-2.2/#preparationhttp://www.couchbase.com/docs//couchbase-manual-2.0/couchbase-network-ports.htmlTable2.1.Getting Started — Network PortsPortDescriptionNode to NodeNode to ClientCluster AdministrationXDCR8091Web Adm 阅读全文
posted @ 2013-11-30 13:00 庚武 阅读(3489) 评论(1) 推荐(1) 编辑
摘要:这是设定系统当前调试器的,你可以在注册表中自己设置一下,位置是:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\AeDebug,把里面的Debugger键值设置为:C:\ProgramFiles\Borland\Delphi5\Bin\bordbg50.exe"aeargs%ld%ld原为:"c:\WINDOWS\system32\vsjitdebugger.exe" -p %ld -e %ldWindows Registry Editor Version 5.00[HKEY_LOCAL 阅读全文
posted @ 2013-09-27 21:46 庚武 阅读(1065) 评论(0) 推荐(0) 编辑
摘要:http://www.apuebook.com/Advanced Programming in the UNIX® Environment, Second Edition源码:http://files.cnblogs.com/wucg/AdvancedProgrammingInTheUnixEnvironment2ed_src.zip官方源码:http://www.apuebook.com/src.tar.gz 阅读全文
posted @ 2012-10-23 14:00 庚武 阅读(182) 评论(0) 推荐(0) 编辑
摘要:安装好系统后,发现没有我习惯使用的五笔输入法。你可以在这里设置:system->preferences->inputmethod。如果在安装系统时选择语言包括UK和中文了,这块应该就有五笔等汉语输入法了。但如果没有的话,就这样操作:1.yuminstall"@ChineseSupport"2.到设置输入的地方添加即可http://hi.baidu.com/limingpeng2008/item/b0b13ec5711c904aa8ba9430 阅读全文
posted @ 2012-09-15 11:17 庚武 阅读(1043) 评论(0) 推荐(0) 编辑
摘要:http://code.google.com/p/wkhtmltopdf/DescriptionSimple shell utility to convert html to pdf using the webkit rendering engine, and qt.IntroductionSearching the web, I have found several command line tools that allow you to convert a HTML-document to a PDF-document, however they all seem to use their 阅读全文
posted @ 2012-05-03 11:40 庚武 阅读(436) 评论(0) 推荐(0) 编辑
摘要:http://www.truecrypt.org/docs/下载:http://files.cnblogs.com/wucg/TrueCryptSetup7.1a.ziphttp://www.truecrypt.org/downloadsIntroductionThe documentation is not guaranteed to contain no errors and is provided without warranty of any kind. For more information, please see Disclaimer.TrueCrypt is a softwar 阅读全文
posted @ 2012-04-25 15:45 庚武 阅读(399) 评论(0) 推荐(0) 编辑
摘要:http://www.rdlt.com/multiple-memcache-instancesservers-on-windows.html安装:sc create "Memcached11200" binPath= "C:\Users\Administrator\Desktop\memcached\memcached.exe -d runservice -p 11200 -m 32" DisplayName= "Memcached11200" start= auto删除:sc deleteMemcached11200 阅读全文
posted @ 2012-03-19 16:39 庚武 阅读(276) 评论(0) 推荐(0) 编辑
摘要:http://lzone.de/articles/memcached.htm1、启动Memcache 常用参数memcached 1.4.3-p <num> 设置端口号(默认不设置为: 11211)-U <num> UDP监听端口 (默认: 11211, 0 时关闭) -l <ip_addr> 绑定地址 (默认:所有都允许,无论内外网或者本机更换IP,有安全隐患,若设置为127.0.0.1就只能本机访问)-d 独立进程运行-u <username> 绑定使用指定用于运行进程 <username>-m <num> 允许最大内 阅读全文
posted @ 2012-02-13 12:08 庚武 阅读(389) 评论(0) 推荐(0) 编辑
摘要:Leksah Editor: http://leksah.org/download.html/*******************************************************************************/http://eclipsefp.github.com/Install:http://eclipsefp.github.com/install.htmlhttp://www.haskell.org/haskellwiki/Learn_Haskell_in_10_minutesAbout This ProjectEGit is an Eclips 阅读全文
posted @ 2011-10-20 13:59 庚武 阅读(363) 评论(0) 推荐(0) 编辑
摘要:under Ubuntu:sudo apt-get install chmsee 阅读全文
posted @ 2011-08-20 10:36 庚武 阅读(219) 评论(0) 推荐(0) 编辑
摘要:emacs download site and document online:http://www.gnu.org/software/emacs/#ObtainingGNU Emacs Lisp Reference:http://www.gnu.org/software/emacs/manual/html_node/elisp/index.htmlDirect down load emacs:http://ftp.gnu.org/pub/gnu/emacs/ 阅读全文
posted @ 2011-08-16 13:54 庚武 阅读(188) 评论(0) 推荐(0) 编辑
摘要:http://www.xp510.com/soft/Linux/7173.htmlhttp://www.gostxp.com/sort/89.html雨林木风以前是制作Windows系统安装光盘的组织,在MS反盗版的作用下,雨林木风已经转战Linux阵营,并在近期推出了基于Fedora 11的、中文友好的Linux发行版:Ylmf Linux!下面引用其中的说明:Ylmf linux v1.0 版特性说明:- 基于 Fedora11 版本 去掉系统多余的软件包,增加驱动与常用应用软件- 集成openoffice3.1办公软件(能打开所有ms office 文件)- 集成输入法为:ibus 拼音 阅读全文
posted @ 2011-07-08 16:08 庚武 阅读(437) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-11-01 08:22 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:http://www.pidgin.im/download/ubuntu/IM all your friends in one placePidgin is an easy to use and free chat client used by millions. Connect to AIM, MSN, Yahoo, and more chat networks all at once.Supp... 阅读全文
posted @ 2010-10-14 19:13 庚武 阅读(639) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示