<br>060510
<br>1.About the common lib
<br>The license, log are in common lib, Image store within code. Now only the log4net
<br>lib use third part. Should less use thirt part lib and my lib must be lessen depend.
<br>2.From today the cell project active.
<br>3.Use command to compile sln or cdproj project.
060505
<br>Today the 6 projects have been compiled , reflect,all case pass
<br>1. the Grid compiled, not reflect, case pass.
<br>2.On the datashow two cases not pass
<br>3. The ORM can't process the data provide project , Some data drive can't find.
<br>
<br>Next is the detail plan of next work space
<br>1. Fix up problem
<br>2. Create full test driver cover all feature.
<br>Create a excel file
<br>The 1 sheet is resource descript , Name with project name.
<br>The 2 sheet is "featere" list
<br>The 3 sheet is "bug" list
<br>The 4 sheet is "Schedular"
<br>
<br>
<br>Feature list for 6 project , Every list can find test driver.
<br>Feature manager.xls
<br>Create some console app and gui app, And create a bug trace process.
<br>The console app can auto run to fast find exception quick.
<br>Use the driver is first run console app pass all the case, Second run GUI app the check the
<br>GUI feature.
<br>Any problem write to a bug list.
<br>
<br>3. Add new feature
<br>4. Create asp.net project
<br>5. Add new feature come from origin product.
<br>
<br> Project Schedular
<br>1. Fix up problem
<br>one week (060505-060512)
<br>
<br>2. Create full test driver cover all feature.
<br>One week (060513-060519)
<br>
<br>3. Add new feature
<br>Two week(060520-060602)
<br>
<br>(1)
<br>Create asp.net project
<br>Create asp.net project is the most main task
<br>ORM , Grid, Datashow, chart have been can work in asp.net But th
Before weekend I have cost two days to process the datashow tool ,
<br>Now have been pass all the case, The demo in export file can't delete now
<br>I try to use under way to find the resson.
<br>1. Search string in project cs file. No find. Search image in project, no find.And not in register.
<br>2.now I think maybe in image that in in resx file or The string may may be create like "D" +"e"+"m"+"o"
<br>or use ASCII code.
<br>Some advice about the change code. Create strong feature test driver,After add feature, fix bug, re-builder code, At the point end use the driver to keep the end point
<br>is right finished.
<br>Before on code in orm I have been usee this way , this is good way to keep update.
<br>Now ORM, OLAP, Grid, datashow, gauge, chart have been pass all, The cell project may be delay in the this work time. 6 item is active now.
<br>Next work plan
<br>1. Create a full feature driver program fo every project. Add full case, The driver may auto work.
<br>2. Re-reflect project. And re-builder project folder and project resource, resource place in priveate folder, The main project place in public folder.
<br>3.
<br>4.All the project can be working winforms and webforms.Some projects may keep status like chart
<br>datashow,OLAP design, Grid setting , ang style. The gauge not need to save But some feature may be come from dundas project gauge.
<br>In the next working space will add a new pr
1.
<br>1 month is 31 day , so a month millis is
<br>t=31*3600*1000=111600000
<br>
<br>2. Get the file modify time millis :
<br>File f= new File("1.txt");
<br>long l =f.lastModified(); The l is last modify time
<br>long len = System.currentTimeMillis() -l the len is time len
<br>
<br>
<br>3. If len >=t the time long is more then a month.
<br>
<br>
<br>4.判断类是从哪个jar包中加载的, Use http://www.apache.org/dist/jakarta/commons/lang/lang-current.zip
<br>http://www.javayou.com/showlog.jspe?cat_id=-1&log_id=607
<br> ProtectionDomain pd = StringUtils.class.getProtectionDomain();
<br> CodeSource cs = pd.getCodeSource();
<br> cs.getLocation();
Graphics seriser
<br>1.Add the trend to a project
<br>2. add math graphics to a project
<br>3.Gauge
<br>4 draw
<br>5. Diagram
<br>8
<br>
<br>
<br>trhttp://www.evget.com/view/viewProductInfo.asp?productId=499&tabIndex=0