上一页 1 ··· 4 5 6 7 8 9 下一页

2012年1月6日

[Reading]01/06/2012

摘要: C#程 序打成 一键安装包-InstallShield图文并茂,浅显易懂。 以前我都是用Visual Studio自带的打包工具。SaaS二十年前,我在图书馆找书,然后去诚品买。十年前,我在网络上找书,然后还是去 诚品买。现在,我去诚品 (用手机) 上网,然后在“博客来”(台湾的网上书店)买书。技术宅网上买火车票攻略 有空研究一下油猴脚本Emacs HTML modeC-c C-j html-line C-c C-c - html-horizontal-rule C-c C-c c html-checkboxes C-c C-c h html-href-anchor C-c C-c i htm 阅读全文

posted @ 2012-01-06 23:16 Jalen Wang 阅读(142) 评论(0) 推荐(0) 编辑

[Work Notes] Keep the interface small and clean

摘要: Today, Peak and I reviewed two methods provided by CanvasRow when we review a defect fixing:GetExistingCell(int nColumnID)As its name indicates it search all the existing cells with the specified nColumnID. And it will return null if no existing cell.GetCell(int nColumnID)It will call GetExistingCel 阅读全文

posted @ 2012-01-06 22:22 Jalen Wang 阅读(890) 评论(0) 推荐(0) 编辑

2011年12月27日

Git within emacs

摘要: <?xml version="1.0" encoding="utf-8"?>1 Reference2 Some usefule commands2.1 vc-dir C-x v d2.2 vc-annotat C-x v g => git blame2.3 vc-next-action C-x v v => C-c C-c2.4 gitk2.5 git-diff-headAuthor: Jalen Wang <jiayuewang228@gmail.com>Date: 2011-12-27 21:15:38HTML g 阅读全文

posted @ 2011-12-27 21:22 Jalen Wang 阅读(181) 评论(0) 推荐(0) 编辑

2011年12月26日

Can’t build VC10 project by MSBuild

摘要: I have a VC10 project, and I want to build it by MSBuild from the command line. But it failed on my machine, see below figure for the error.After some google, I get the reason for this:As you can see, the Framework Version here in my environment is 2.0.50727. This is the cause of my problem. 阅读全文

posted @ 2011-12-26 10:45 Jalen Wang 阅读(209) 评论(0) 推荐(0) 编辑

2011年12月22日

Use SOS to investigate the memory leak

摘要: Link:http://blogs.msdn.com/b/vijaysk/archive/2007/11/15/sos-your-visual-studio.aspxUseful commands:!dumpheap to see what’s all the stuff that we have on the heap.!dumpheap -stat -type Autodesk.Catalyst.Components.Interfaces.Actions.ActionTrait !GcRoot to find who is referencing our object!GcRo... 阅读全文

posted @ 2011-12-22 13:37 Jalen Wang 阅读(225) 评论(0) 推荐(0) 编辑

2011年11月17日

Specifying a Product Name, Publisher Name and other properties for VSTO solutions (Saurabh Bhatia)

摘要: http://blogs.msdn.com/b/vsto/archive/2008/06/11/specify-a-product-name-publisher-name-and-other-properties-for-vsto-solutions-saurabh-bhatia.aspx 阅读全文

posted @ 2011-11-17 09:33 Jalen Wang 阅读(202) 评论(0) 推荐(0) 编辑

2011年10月22日

FrameAreaImage control

摘要: 最近在项目中,需要把一个中空的图片放大绘制(图片如下),而不失真。 试了picture congtrol,但是失真。最终我用customize control解决了问题。代码里面见真相。 1: using System; 2: using System.Collections.Generic; 3: using System.ComponentModel; 4: using System.Drawing; 5: using System.Data; 6: using System.Linq; 7: using System.Text; 8: us... 阅读全文

posted @ 2011-10-22 17:21 Jalen Wang 阅读(178) 评论(0) 推荐(0) 编辑

2011年8月28日

在Visual Studio中使用代码片段提高生产率

摘要: Code Snippet是可提升Coding速度的好帮手,懂得善用的人能省下一大堆没营养的打字动作!(这篇switch+enum密技就是很经典的例子)。Visual Studio提供了一些内置的Snipet.你可以在Code Snippet Manager(Ctrl + K, Ctrl + B)里查看。然后,在编辑的时候,你可以输入Code Snippet的shortcut或者右键菜单选择Insert Snippet应用Code Snippet。比如你输入#region然后,按TAB,Visual Studio会自动给你生成下面的代码:code snippet这么有用,我们不由自主的就会想加入 阅读全文

posted @ 2011-08-28 22:29 Jalen Wang 阅读(312) 评论(0) 推荐(0) 编辑

2011年8月17日

Environment Setup Instruction[Android]

摘要: Step 1. Preparing Your Development Computer Step 2. Downloading the SDK Starter Package Step 3. Installing the ADT Plugin for Eclipse Step 4. Adding Platforms and Other Components Step 5. Create an AVD 阅读全文

posted @ 2011-08-17 15:44 Jalen Wang 阅读(361) 评论(0) 推荐(0) 编辑

2011年8月3日

[org-export-as-html-and-open] 改变字体颜色

摘要: [Please ignore me if you are not using emacs and emacs’s org-mode]当在emacs中编辑org时,有时我们希望有些文字在调用org-export-as-html-and-open时能用不同的样式显示。好在org-mode早就考虑了这种需求,在这里你可以添加’@<font color=”ff0000”>…@</font>。结果:Ref:http://orgmode.org/manual/Quoting-HTML-tags.html#Quoting-HTML-tags 阅读全文

posted @ 2011-08-03 21:56 Jalen Wang 阅读(450) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 下一页

导航