记录生活
分类 Category : 资源分享

.net api文档生成工具,Sandcastle

<Category: .NET, 资源分享> 发表评论

sandcastlelogo_jpg

, created by Microsoft, is a tool used for creating MSDN-style documentation from assemblies and their associated XML comments files. The current version is the May 2008 release. It is command line based and has no GUI front-end, project management features, or an automated build process like those that you can find in NDoc. The Sandcastle Help File Builder was created to fill in the gaps, provide the missing NDoc-like features that are used most often, and provide graphical and command line based tools to build a help file in an automated fashion.

Base: http://sandcastle.codeplex.com/
GUI: http://shfb.codeplex.com/

第一步,设置
build define
第二步,我build
build output
第三步,查看结果了
build result1
build result

本文来自: .net api文档生成工具,Sandcastle

Sync Tomboy Notes with UbuntuOne

<Category: 资源分享> 发表评论

UbuntuOne &  Tomboy notes

  • Edit –> Preferences –> Synchronization tab
  • For Service select “Tomboy Web”
  • Set the Server text input field to https://one.ubuntu.com/notes/
  • Click on the Connect to Server button
  • Your browser should open a login page for if you need to create an account.
  • Then you can just hit Save on the Synchronization tab
  • note

    本文来自: Sync Tomboy Notes with UbuntuOne

    Windows2008 r2快速休眠

    <Category: 资源分享> 发表评论

    保存为bat批处理文件,执行即可休眠。

    powercfg /hibernate on
    rundll32.exe powrprof.dll,SetSuspendState 1,1,1

    本文来自: Windows2008 r2快速休眠

    网易也推出域名邮箱啦

    <Category: 资源分享> 发表评论

    163域名邮箱
    申请时需要手机验证,支持邮件列表和最多200的用户数,每个账户3g的空间

    域名邮箱登陆地址:http://ym.163.com/

    并且,网易域名邮箱支持POP3/SMTP服务,比qq的域名邮箱好的地方就是不用密码都是同一个,还得绑定到qq号码上。

    POP3:pop.ym..com    默认端口为:110
    SMTP:smtp.ym.163.com  默认端口为:25

    其他的一些功能就跟网易其他的邮箱是一样的了,就不说了,还不错。

    本文来自: 网易也推出域名邮箱啦

    网站监视利器 监控宝 试用

    <Category: 小道消息, 资源分享> 发表评论
    发现一个可以监视网站的工具,不需要做太多的设置,可以免费无限试用,多种通知功能,好像还不错。
    访问地址:http://www.jiankongbao.com
    截图:
    jiankongbao
    阅读这篇文章的其余部分 »

    本文来自: 网站监视利器 监控宝 试用

    P1i手机软件直接下载

    <Category: 资源分享> 发表评论

    从国外一论坛发现的整理好的资源,直接下载哦,又可以好好折腾下我的小P了,哈哈,Last Update: 2010. 03. 11.

    Persian Forums |ا Mobile OS & J2ME |ا Symbian UIQ |ا UIQ Applications |ا Index of all applications [+download links]

    A-B

    1. 3D SlideShow
    2. Abakus
    3. Accuweather v1.00
    4. Active Object
    5. Advanced Call Manager v2.62
    6. Advanced Call Manager v2.64(78)
    7. Advanced Device Locks 1.01(8)
    8. Advanced English Dictionary
    9. ALON Audio Recorder
    10. amAze v4.5
    11. Animated Stereogram
    12. AQUA Calender
    13. AQUA Calendar 5.40(1)
    14. Autocam 1.30
    15. Auto Executor 0.1
    16. Auto Hang UP v1.0
    17. AVG Mobile Security v1.1
    18. Azi's Metronome v0.8.0
    19. BallRoom 1.20
    20. Bambuser
    21. Bar coder 2008
    22. Best Birthday v1.0
    23. Best Calc 1.03
    24. Best Crypto v1.00
    25. Best Converter 1.01
    26. Best eBible v1.02
    27. Best GSMNavigator v1.0
    28. Best GSMNavigator V1.01
    29. Best Message Storer v1.02
    30. Best Notes v0.99
    31. Best Notes v1.00
    32. Best Password manager
    33. BigBen 1.00
    34. Birthday Manager
    35. BlueFTP
    36. Bluetooth hacking software
    37. Bluetooth PC Remote Control 4.0
    38. Bolt Web Browser
    39. BombusMod v0.7
    40. Bootman v2.00
    41. BT File Push
    42. BullGuard Antivirus
    43. Bunch Launch 1.20

    阅读这篇文章的其余部分 »

    本文来自: P1i手机软件直接下载

    Windows Server 2008 Datacenter 序列号

    <Category: 资源分享> 发表评论

    Windows Server 2008 Datacenter 中文版 

    BR6KD-MMX7W-RWHKV-QMQMV-2CQVT (经测可用)

    9C3QW-TDQ48-GR9KC-YCRDK-3C936

    6T6BV-9VPRV-GHJC6-6GDHJ-QM68K

    CRRCJ-2MK4C-FFMXX-77YTG-PDD4M

    33JHD-349J8-FJ6R6-DK3T3-R3HPQ

    本文来自: Windows Server 2008 Datacenter 序列号

    Jetty is cool

    <Category: Java, 资源分享> 发表评论

    Jetty logo

    a HTTP Servlet Server in Java

    tomcat和WebLogic或WebSphere相比已经够cute了,但是jetty更加小巧和灵活(最新版本jetty-distribution-8.0.0.M0.tar.gz 也只有2.46MB)。

    jetty和tomcat一样是开源的servlet容器。
    Google都选择Jetty放弃Tomcat了,哈哈。
    下载地址:http://download.eclipse.org/jetty/
    或者下载我分离出来的超小版,无需配置,解压即可运行http://www.box.net/shared/cotxidl1tp (解压后1.29MB)
    阅读这篇文章的其余部分 »

    本文来自: Jetty is cool

    git快速入门

    <Category: 小道消息, 资源分享> 发表评论

    github

    首先到http://.com/申请一个300M的免费空间(足够了),然后按照下面的流程操作,注意SSHkey生成的那步

    From http://hi.baidu.com/kissdev/blog/item/944aa2fab2817215a8d311f1.html

    1.

    相比CVS/SVN,Git 的优势:
    - 支持离线开发,离线Repository
    - 强大的分支功能,适合多个独立开发者协作
    - 速度块

    2. GitHub

    GitHub是一个托管Git (开源或闭源)项目的网站,闭源收费

    阅读这篇文章的其余部分 »

    本文来自: git快速入门

    VPS原来也可以这么便宜啊

    <Category: 小道消息, 资源分享> 2 条评论

    前几天在Ubuntu转,版主发布一贴,vps主机代购,主机商是burst.net,最低的每年居然只要350元,要知道网上随便一款虚拟主机的空间每年都不止这个价,更何况是vps呢,vps说简单点就是一台虚拟的服务器,除了linux内核之外,其他什么软件、服务、数据库啊你都可以自己安装,爱怎么折腾怎么折腾,再也不需要为服务器这个不支持那个不好弄而烦恼了,看起来不错。

    购买全程图解,进入burst.net的网站
    进入主页,选择服务选择产品继续继续再继续购买,付款,搞定,后面环节,我还没有搞呢,搞呢再说·

    网上搜索了下,资料整理如下,我的主机反正快到期了,不如关注下这个。
    burst.net是美国著名的机房,还是一个比较大的主机商,国内客户不少,一直以服务器为主,最近才出了vps。

    http://forum.ubuntu.com.cn/viewtopic.php?f=1&t=256185&sid=bb79c4243a6cee023878b0cc07fe04cb

    销售价格:
    #1 (Virtual Private Server) - vePortal - CPU: 1GHZ, RAM: 512MB, DISKSPACE: 20GB, BANDWIDTH: 1000GB/MONTH
    单月:35 人民币; 每年: 350 人民币

    VPS #2 (Virtual Private Server) - vePortal - CPU: 1.5GHZ, RAM: 1GB, DISKSPACE: 50GB, BANDWIDTH: 1000GB/MONTH
    单月:59 人民币; 每年: 590 人民币

    VPS #3 (Virtual Private Server) - vePortal - CPU: 2GHZ, RAM: 1.5GB, DISKSPACE: 100GB, BANDWIDTH: 2000GB/MONTH
    单月:118 人民币; 每年: 1180 人民币

    VPS #4 (Virtual Private Server) - vePortal - CPU: 2.5GHZ, RAM: 2.5GB, DISKSPACE: 150GB, BANDWIDTH: 2000GB/MONTH
    单月:178 人民币; 每年: 1780 人民币

    VPS #5 (Virtual Private Server) - vePortal - CPU: 3GHZ, RAM: 3GB, DISKSPACE: 200GB, BANDWIDTH: 4000GB/MONTH
    单月:238 人民币; 每年: 2380 人民币

    VPS #6 (Virtual Private Server) - vePortal - CPU: 4GHZ, RAM: 4GB, DISKSPACE: 250GB, BANDWIDTH: 4000GB/MONTH
    单月:298 人民币; 每年: 2980 人民币

    系统支持 CentOS 5 32|64 / Debian 5 32|64/ Ubuntu 9.04 32|64 / Ubuntu 8.04 32|64 / Gentoo 32 / Fedora 12 32|64
    两个IP,支持架设 OPENVPN SERVER ,使用远程 SSH 和 vePortal 管理。系统支持自己重新安装系统,大约花费2分钟时间。

    阅读这篇文章的其余部分 »

    本文来自: VPS原来也可以这么便宜啊