profile for Macon_Cao at Stack Overflow, Q&A for professional and enthusiast programmers
随笔 - 130  文章 - 0  评论 - 195  阅读 - 13万

随笔分类 -  个人作品

1 2 下一页
笔记系统开源地址
摘要:今天开源了我的笔记系统我的笔记系统从9月份开始动工,到现在仍然在开发中。一个人开发的创造力总是有限,所以决定开源。采用的是Apache-2.0协议考虑到国内的具体环境,所以把项目放在gitee上,链接如下: https://gitee.com/hanshu_alan/notes 阅读全文
posted @ 2024-01-01 11:54 涵树 阅读(19) 评论(0) 推荐(0) 编辑
发布到NPMJS
摘要:最近在做微服务的前后端设计,打算将客户端中的一个模块独立出来发布到npmjs上,因此,有机会了解了一下npm的发布过程。 参考了很多网上的文章,长篇累牍(但在这里还是真心感谢他们的分享),最终总结成一个命令: npm publish 当然,为了让这个命令成功执行,准备如下: 初始化项目 创建npm账 阅读全文
posted @ 2018-04-10 10:07 涵树 阅读(1225) 评论(0) 推荐(0) 编辑
前端开发的思考--看起来简单,做起来难
摘要:今天和网上的朋友聊到了前端开发,这位朋友真是一位大师级人物,聊聊几句话,几乎就概括了整个前端的开发工作。 我整理了一下,前端的开发工作大致包含3点: 1. 前后端的数据交互 2. DOM操作 3. 模块化设计 /* 因此,我也兴趣大发,想借此写点什么。首先声明一下,下面的口水话较多,仅当是一次技术闲 阅读全文
posted @ 2017-12-15 10:49 涵树 阅读(1850) 评论(0) 推荐(1) 编辑
一次“任性”的编码
摘要:最近又用Python写了一个小工具,结合自己在C#上已有的一点重构经验,让我又经历了一次不一样的旅行。 当我开始写这个工具的时候,我决定不做任何设计,来一次“任性”的编码,看最终会是什么样子。 阅读全文
posted @ 2015-05-24 23:22 涵树 阅读(586) 评论(1) 推荐(1) 编辑
UpdatePanel and JQuery Plugin
摘要:Supported by Nova Outsourcing UpdatePanel is the powerful utility in Microsoft Asp.net family for asynchronous posback. JQuery is the popular framework to facilitate coding in the client end. When th... 阅读全文
posted @ 2012-09-20 21:48 涵树 阅读(990) 评论(0) 推荐(0) 编辑
Session Object
摘要:Supported by Nova Outsourcing Object is an instance of a class. In some cases, we prefer to use object directly. Session object is one of the cases. Let’s say we have a class designed for holding val... 阅读全文
posted @ 2012-09-10 23:31 涵树 阅读(1438) 评论(2) 推荐(0) 编辑
DNN 5.x to 6.x upgrading issues
摘要:Supported by Nova OutsourcingI suffered the issue when upgrading a old DNN site from 5.x to 6.x that the new installed module doesn’t appear in the modules dropdown list and Assigned Premium Modules/Assigned listTo address the issue I took a discovery in DNN db schema and worked out the following sq 阅读全文
posted @ 2012-09-05 10:55 涵树 阅读(564) 评论(0) 推荐(0) 编辑
Practices on Umbraco DataType Development
摘要:Umbraco is the most powerful and flexible CMS I have ever seen so far. I just write this essay to demonstrate how to develop an Umbraco DataType for the folks who have basic Asp.net development knowle... 阅读全文
posted @ 2012-04-22 18:30 涵树 阅读(1302) 评论(0) 推荐(0) 编辑
TeamView 有更新
摘要:TeamView有更新,下载地址 http://teamview.codeplex.com/ 问:TeamView是什么? 答:一个处于概念阶段的项目进度管理系统。 问:什么叫概念阶段? 答:即设计上满足了抽象概念的实现,但离产品级还有很长的路要走。例如,要让当前的发布在你的系统上运行起来,你的自己去配置数据库;当多个用户一同使用时,没有用户权限的限制。 问:它的核心价值是什么 答:从时间消... 阅读全文
posted @ 2012-03-11 11:56 涵树 阅读(1484) 评论(4) 推荐(2) 编辑
ObjectCache 的使用
摘要:Cache的获取及定义 Cache的获取代码: var cache = CacheManager.Instance.GetCache<KeyType, ValueType>(); 因此对Cache的定... 阅读全文
posted @ 2012-01-10 15:07 涵树 阅读(2414) 评论(0) 推荐(1) 编辑
DI in the development
摘要:author:czy DI pattern (Dependency Injection) frees us from the sophisticated construction of the depended objects. In the business view, it helps the developers concentrate on the the business domai... 阅读全文
posted @ 2011-12-08 16:17 涵树 阅读(486) 评论(0) 推荐(0) 编辑
Object Cache
摘要:CodeProject What’s object cache Object Cache is a cache system which key is built on complex object. The complex object benefits us to define the key with multiple values. However, the features of ob... 阅读全文
posted @ 2011-10-23 23:16 涵树 阅读(1034) 评论(0) 推荐(0) 编辑
同步处理(LockContext),期待大家的意见
摘要:背景 关于它的名字 解决的问题 设计分析 代码展示 设计缺陷 背景 最近由于要处理很多同步的问题,所以写了不少这方面的代码。最为显著的有已经在blog上提到的Object Cache。还有接下来要向... 阅读全文
posted @ 2011-08-21 21:02 涵树 阅读(1569) 评论(0) 推荐(2) 编辑
Unity Dependency Parser(1.0.3) 发布
摘要:最近使用Unity Dependency Parser(1.0.3) 的频率高,发现使用时还有不足的地方,例如,输出的map中带有version,这回导致当整个系统重新编译后,Unity工作出错。现在添加了一个开关来控制version的输出。个人认为,在发布时,还是有必要设置version的。关于工具,请转到Unity Dependency Parser如果大家有兴趣,请点击下载 阅读全文
posted @ 2011-01-06 22:32 涵树 阅读(301) 评论(0) 推荐(0) 编辑
Check Dependency 2(一个检查.net部署文件完整性及一致性工具)
摘要:今天将Check Dependency放到了code plex上,大家可以直接下载。 点击下载 相关文档,参见 Check Dependency 2(一个检查.net部署文件完整性及一致性工具) Check Dependency(一个检查.net文件部署完整性工具) 欢迎提意见。 阅读全文
posted @ 2010-12-12 22:10 涵树 阅读(280) 评论(0) 推荐(0) 编辑
Check Dependency 2(一个检查.net部署文件完整性及一致性工具)
摘要:不久前发布了Check Dependency的第一个版本,终于在上周四的项目发布中用上。再也不用打包完成后,再安装,再东点西点,生怕突然弹出一个对话框说某某文件找不到或者是某个版本的文件找不到。 但在... 阅读全文
posted @ 2010-12-07 22:28 涵树 阅读(843) 评论(0) 推荐(0) 编辑
Check Dependency(一个检查.net文件部署完整性工具)
摘要:由于.net很方便对Assembly进行引用,所以,在一个大的项目的发布文件中,通常会有数十上百个dll。如果这些dll之间的依赖出现问题,那么在运行时就会出现下面类似情况 面对这种问题,我们通常会觉... 阅读全文
posted @ 2010-11-21 12:10 涵树 阅读(2584) 评论(6) 推荐(1) 编辑
Unity Dependency Parser
摘要:Unity是一个非常有名的IOC框架,这里我就不用多说。使用Unity,其中的一项重要工作是在config文件中配置接口和实现类的映射。如下配置 <unity> <containe... 阅读全文
posted @ 2010-09-15 22:15 涵树 阅读(1178) 评论(6) 推荐(0) 编辑
Cache 设计概要
摘要:Cache设计需要考虑以下问题 1. Cache的数据同步问题 2. Cache的更新问题 对于数据同步,必须考虑多线程相关技术,要点有 1. lock关键字 2. ReaderWriterLock/ReaderWriterLockSlim 3. InterLocked 4. Mutex 5. Monitor 对于数据更新,要考虑以下问题 1. 自动更新(包括:有效期的使用) ... 阅读全文
posted @ 2010-05-05 00:00 涵树 阅读(2111) 评论(3) 推荐(0) 编辑
Working friendly with null object references through extended functions
摘要:CodeProject Introduction I hate the null object reference error. It will decrease not only the quality but also the customer satisfaction. Entering the C# 3.0 times, the extended functions give us a ... 阅读全文
posted @ 2010-03-31 21:24 涵树 阅读(1107) 评论(3) 推荐(0) 编辑

1 2 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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