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

VMware Server 2 sn

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

注册总是很烦人。。
VMware Server for Windows AA048-FAK84-V8PC0-4JHTD
VMware Server for Linux A00D9-F2L8J-UDQ20-49HTE

本文来自: VMware Server 2 sn

jquery相对浮动层

<Category: Web, 资源分享> 1 条评论

jquery相对浮动层,需要这样的效果,网上找了下,没找到,自己写的一个。

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

本文来自: jquery相对浮动层

如何使用免费空间搭建自己的新浪微博Rss服务

<Category: 资源分享> 15 条评论

抽空写的一个搭建新浪微博rss服务的教程,用的人太多了,免费空间顶不住,大家可以自己diy一下,这个免费空间是10m空间,1g的流量,一个人用足够了。

源码:http://bitbucket.org/medcl/sina-twitter-rss-feed-generator/downloads

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

本文来自: 如何使用免费空间搭建自己的新浪微博Rss服务

小议 MySpace DataRelay

<Category: .NET, 分布式, 架构, 资源分享> 发表评论

最近看MySpace的DataRelay代码,有点抓狂(无文档、注释极少、缺少用例),DataRelay是MySpace开源的一个中间层框架,核心是一个支持插件的消息系统,内部使用了微软的CCR(Concurrency and Coordination Runtime,a component originally released as part of the Microsoft Robotic Studio)来作为消息的分发,包括3个核心组件:

  • Forwarder - This handles the actual moving of messages, both from client to server and between servers ,实现消息的不同服务器节点以及客户端之间的数据分发传递.
  • BerkeleyDB - This handles storing data, and is the component used for basic key/value caching,Oracle的KeyValue数据库,查询效率高,数据能够持久化到硬盘,支持多个节点来实现分布式缓存.
  • Index Cache - This is a two tiered indexed data system, for more advanced queries than simple key/value,通过创建索引数据并存储到BerkeleyDB,并通过Component在服务端进行计算筛选,来实现复杂的数据查询.

MySpace作为.NET架构最为成功的案例之一,确实有其过人之处,DataRelay提供了高性能的缓存系统和消息处理机制,并支持自定义计算Component组件,各组件支持Cluster,有完整的Replication和负载均衡机制,组件都是以windows服务的形式,可以非常灵活的进行部署,客户端与服务端使用Socket进行通讯,另外通过自定义组件可以提供更多的扩展,譬如缓存部分可以使用Memcached组件来替换等。

MySpace虽然开源出来了这套东西,但是好像不怎么上心,CodePlex上面连个像样文档都没有,扔上去的代码连测试用例都没有一个,想要用这套东西还真只能全凭看代码了。

CodePlex代码下载地址:http://datarelay.codeplex.com/SourceControl/list/changesets#

MIX 10上的演讲:Robots at MySpace: Massive Scaling a .NET Website with the Microsoft Robotic Studio (有CCR相关的介绍)  PPT下载

CCR at MySpacehttp://channel9.msdn.com/shows/Communicating/CCR-at-MySpace/

本文来自: 小议 MySpace DataRelay

.net api文档生成工具,Sandcastle

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

sandcastlelogo_jpg

Sandcastle, created by Microsoft, is a tool used for creating MSDN-style documentation from .NET 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 UbuntuOne 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.163.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手机软件直接下载