
today study
xinbin1122
这个作者很懒,什么都没留下…
展开
-
today sutdy_2005.1.23
多线程编程,引发事件Imports System.ThreadingPublic Class counter Public max As Integer = 0 Public Event DoneCounting(ByVal Number As Integer) Sub count() Dim total As Integer = 0 For i原创 2005-01-23 10:00:00 · 853 阅读 · 0 评论 -
today study 2007-1-25
昨天晚上和曹bt谈到项目管理的一些问题。提到这样一个问题,项目中的一部分(50%左右)成员表现得比较努力,但是工作成效低,任务经常完不成,影响整个项目的进度,项目经理在对他们的激励沟通方面也花了不少功夫,但仍不见改观,该怎么办? 我们想了一段时间,没有办法。 最后得出结论,此题不是短期内可以解决的。短期内想在很大程度上提高一个人的能力或者改变他的观念,是比较困难的,原创 2007-01-25 11:18:00 · 1329 阅读 · 0 评论 -
最近要学的东西
SVN UML(以Real ability为例子) 范型 我的特长:发现缺陷,发现需求,进行创新 任务要一个一个深入完成!这样才能够享受工作! 收集一些自己的教学案例,为以后教育自己的部下准备素材。 工作的时候请专心工作!不要聊天 呵呵原创 2006-04-12 10:55:00 · 1021 阅读 · 0 评论 -
How to use VB6.0's Event.
Creat a new class named Class1, its codes like this:Public Event MyEvent()Public Sub RaiseTheEvent() some other codes here RaiseEvent MyEvent End SubCreate a new form, draw a command on it原创 2005-12-21 15:23:00 · 1009 阅读 · 0 评论 -
vb6.0 CLng,CInt等的bug及其解决办法
vb6.0有如下bug:clng(6.5)=6clng(5.5)=6解决方法:使用format方法dim dblValue as doubledblValue=6.5clng(format(dblValue,"#")CInt可以用同样的方法解决。原创 2005-12-16 13:19:00 · 4589 阅读 · 0 评论 -
在picturebox上画一条线,然后在线上写字,把文字对应的线删掉
‘画一条线 Me.Picture1.DrawStyle = 0 Me.Picture1.Line (0, 0)-(10000, 10000) Me.Picture1.DrawStyle = 3 Me.Picture1.Line (0, 0)-(10000, 20000) Me.Picture1.DrawStyle = 2 Me.Picture1.Line (0,原创 2005-12-12 17:45:00 · 3027 阅读 · 0 评论 -
vb6.0带 参数(索引)的属性的写法
建一个新的类模块‘定义私有数组变量Private intAges(3) As IntegerPublic Property Get Age(Index As Integer) As Integer Age = intAges(Index)End PropertyPublic Property Let Age(Index As Integer, ByVal vNewValue As Integ原创 2005-12-12 14:25:00 · 2735 阅读 · 0 评论 -
6.0 在picturebox上画虚线等不同类型的线
Me.Picture1.DrawStyle = 4‘虚线 Me.Picture1.Line (0, 0)-(10000, 10000) Me.Picture1.DrawStyle = 3 Me.Picture1.Line (0, 0)-(10000, 20000) Me.Picture1.DrawStyle = 2 Me.Picture1.Line (0, 0原创 2005-12-12 17:05:00 · 4660 阅读 · 0 评论 -
私企工资制度草稿
私企工资制度草稿 针对不同类型的企业 由于在私企中绝对不需要那种混饭吃的员工,激励员工努力工作有很多方面,这里仅讨论薪金报酬这一方面。我并没有太多经验,仅作设想。 如果您的企业需要,如何激发员工的创造力。 基本工资的制定 根据员工从事的工作的难易程度、级别等制定。以下方面设立不同的权重来决定基本工资:学历,工作经验,职务级别等原创 2005-05-03 17:55:00 · 4038 阅读 · 1 评论 -
Excel 小工具:列出所有的sheet,然后点击其中的一个,自动跳过去
xiaogongju 很高兴啊,刚才实现了一个功能,excel的vba编程,终于可以列出所有的sheet,然后点击其中的一个,自动跳过去!代码很简单,如下:Private Sub ListBox1_Click()Workbooks.Application.Sheets(ListBox1.ListIndex + 1).SelectEnd Sub Private Sub UserForm_Clic原创 2005-04-14 17:02:00 · 1560 阅读 · 0 评论 -
project management
The Project Management Body of KnowledgeChapter 1 Introductionrest with 取决于practitioner 从业者As with other porfessions such as low, medchine, and accounting, the body of knowledge rests wi原创 2005-03-04 18:09:00 · 1430 阅读 · 0 评论 -
today study_2005.1.25
English studynavigate: doOutputPhone("25nAvIgeIt3") v. 1.航行 2.驾驶 A single dimension array dimension: doOutputPhone("2dI5menF[n3") n. 1.尺寸,尺度 2.维(数) 3.容积,面积 When accessing DataTable objects, n原创 2005-01-25 11:02:00 · 847 阅读 · 0 评论 -
today sutdy_2005.1.26
authentication:认证In this episode we .....episode: doOutputPhone("25epIs[ud3") n.文艺作品中的一段,插曲,幕 By subscribing to this Really Simple Syndication (RSS) feed from MSDN, advanced users can have new hea原创 2005-01-26 10:36:00 · 824 阅读 · 0 评论 -
today study_2005.1.22
2005年1月22日今天状态还算可以,能够静下心来学习一些东西了。老婆走了以后就像掉了魂一样,但我知道这样下去是不行的,时间对我来说是很紧张的,我不能够浪费。踏踏实实的学些东西吧,如果连这一关都过不了,我还能干什么?!Other threads might enter a sleeping state only to be awakened periodically to poll for原创 2005-01-22 11:18:00 · 922 阅读 · 0 评论 -
程序如何删除自己
程序如何删除自己(作者:朱新滨,闫召曦2005.2.27) Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim delString As String 要写入批处理文件的字符串 D原创 2005-01-27 11:00:00 · 1328 阅读 · 0 评论 -
today study_2005.1.27
GC Class 坚忍不拔必定成功Controls the system garbage collector, a service that automatically reclaims unused memory.The methods in this class influence when an object is garbage collected and when原创 2005-01-27 14:24:00 · 937 阅读 · 0 评论 -
Easy way to backup redmine
The uploaded files are here: BitNami\redmine-2.3.2-0\apps\redmine\htdocs\filesThe my sql data is here, two things:BitNami\redmine-2.3.2-0\mysql\data1. bitnami_redmine2. ibdata1Just backup原创 2013-10-22 15:00:42 · 1339 阅读 · 0 评论