- 博客(79)
- 收藏
- 关注
原创 Start to be an application software developer
1. Divide the big project into smaller pieces: 1) start from the Bulk completion part; 2) Set up the printer, 3) print something, 4) configure the HNO record from the ETX record, 5) bulk generate lett
2015-05-01 09:22:20
522
原创 Going through codes with Nick
1. Use Home+F7 to find the INI and item number and do code search.2. Use API instead of writing SQL queries, it is easier to maintain.3. From Ahmad, Double check with IS people to confirm somethin
2015-03-19 01:12:36
579
原创 TL Meeting Lesson
1. As a developer, you gotta be certain about the things you've done. Find a solid reason that the TL can't scold you about. Maybe the TS, other developers, but how do you know they are certain? Youse
2015-03-14 03:57:00
604
原创 工作日志 Advance Pend QA Problem
1. never include .vbp unless creating new class or modules, never include .vgb file2. update App QA Folder before advancing to Pend QA, for testing, update the Willmas also since the advance will tr
2015-02-28 04:17:37
447
原创 Coding convention from TL
1. Be careful to add protective mechanism to prevent possible errors.2. save the repetitive calling truck to one variable for readability.3. Group codes to each section for readability.4. Consid
2015-01-07 01:20:48
425
原创 正视眼下的这份工作
自从开始干这份工作时候,就一直有一种情绪萦怀,那就是还不是很满意,具体表现在对工作没有热情,不愿意去主动学习。现在发现,再这样下去要完,就像当年熊哥找我出来说的那样:“你这样下去要完,要完,要完”。就是要完蛋了,没戏了,具体的说就是出去你也出不去,在里面你也干不好,完蛋!昨天和老爷子聊天,说起他们单位新招来的那十四个大学生,“以为自己很牛,什么都看不惯,不愿意干,结果考试什么的都没考过。”额,
2014-12-19 05:54:36
401
原创 整理Job search Files
今天整理了一下投的简历,吧之前有消息没消息的,全部搜了一遍,如果链接已经没有了的那就说明被拒了。这样一来,发现全部投的91家公司,到现在还剩下十几家有戏,这个比例有一点低。我就开始思考原因,发现投的这些中西部中小公司,有些职位不是那么match,人家要求挺高的,至少都要两三年的工作经历,其实还是吴江说的对,不是说中小型公司就门槛低,反而要求挺高需要你会做,大公司会重视你的基本素质,慢慢培养
2014-08-09 05:49:29
458
原创 工作日志8/8/2014 逻辑清晰的重要性,赶deadline心态就要像考高考数学
上午九点Wendy开完会,报了个表格跟我讲,要加这些这些,哪些哪些需要validator,哪些哪些在shenmek
2014-08-09 05:33:11
456
转载 Difference between .asmx, .aspx and .ashx
a webpage provides a graphical user interface (text, images, buttons, etc.) while a web service does not provide a graphical user interface. It is mainly used to fetch data and perform actions.aspx
2014-08-04 22:01:18
1857
原创 8月1日 Git Branch Revert 简历应用
一直在用文件夹自己在改简历,看上去挺2的,一直想用Git玩玩,这下午闲着没事就奉献在zhe
2014-08-02 05:34:24
592
转载 What events are fired as part of the ASP.NET System.Web.UI.Page lifecycle?
Reference: http://www.justinrhinesmith.com/blog/2008/05/04/what-events-are-fired-as-part-of-the-aspnet-systemwebuipage-lifecycle/ 这个博客里有好多
2014-07-25 01:46:50
631
原创 7/23 Ajax .NET save content automatically and redirect to same page without new tabs
这两天改Form,比较有意思的是从
2014-07-24 04:05:56
659
原创 ASP.NET —— IIS Server
这两天看了点web Development的面试题,既然有两条路都准备了材料,那就先看用的正在用的.net
2014-07-23 04:38:38
404
原创 7月14 SQL的whitespace保存
Git push让reject了,因为之前没有pull,git发现你的version更低,所以拒绝了,应该先pull,把文件偷梁换柱,然后
2014-07-15 00:23:02
461
原创 Validation in .NET 服务器端和客户端的Trigger不同
问题:维护一个表格By default the client-side validation is triggered when submitting forms using buttons.
2014-07-09 22:17:34
395
原创 6/27 工作日志 SQL stored procedure里面的SQL injection prevetion
今天给error form里面增加了一项comment栏,是个textbox input,先是加了个column,改了改asp
2014-06-27 05:04:44
433
原创 6/25 工作日志 uPortal 安装
Wendy just extended my offer to August 21 so that I will continue to work here. From now on the learning notes will
2014-06-26 03:56:25
388
原创 工作日志 6/19 Research on generating pictures from text
下班前还有15分钟,今天把钱输光了,倒是省了心anxn
2014-06-20 05:51:49
438
原创 6/18 Protecting email addresses from spam bots
之前是用就解决了,但是现在网上的一些bot会自动lia
2014-06-19 05:44:49
700
原创 6/16 表格完成 服务no element found
其中一个call service出错是因为DB读取的数字,不能是“”,所以我在js里面设置了判断,使之默认为0如无输入。另外在textarea的width上,我直接用了textarea标签,而不是input 再选type这样没有用。最后安娜提出应该在用户输入完成之后便validate输入,而不是在submit之前,也有道理。SQLExecute Error: Could not
2014-06-18 05:58:08
730
原创 周一新干劲 - 6/9/14 - Sharepoint Report Creation - Stuff(), Join, Case in SQL
新的一周,这周末精神保持的还很好,好好干吧!也就三周了!上午活还挺多,有个
2014-06-10 05:59:44
474
原创 工作日志 6/6/2014 .net URL 特殊符号 escaping的问题
昨天遇到了一起有趣的问题,当anna输入#之后,后边的内容被自动忽略,我今天就开始搞这个wenti
2014-06-07 03:46:49
538
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人