摘要:User and Rol Matance e Data Design Table Name UserRole relations of user and role Column note DataType IsNull Key id Auto int NOT NULL PRIMARYKEY userGroupId Int NOT NULL not roleGradeId int NOT NULL Not addition no Table Name UserGroup Column note DataType IsNull Key id Auto int NOT NULL PRIMARYKEY
阅读全文
摘要:因为项目需要,使用GDI画一个全坐标系统图,并嵌入PDF文件,方便打印。效果图如下:一般的坐标图仅有右上的四分之一,此图则是全坐标的,输入是四个点的坐标,可以是负值。代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--Bitmapbitmap=newBitmap(this.Width,this.Height,PixelFormat.Format24bppRgb);Graphicsg=Graphics.FromImage(bitmap);//G
阅读全文
摘要:使用Flex+net开发程序,但还是停留在原来的web习惯上,想用session之类存储一个后台数据,但是,使用的不是webservice 方式,而且remoting方式,所以服务端没有session,那该怎么存储服务端的数据呢?当然是暂存,因为还没必要立刻插入到数据库中。考 虑了好久,也google&baidu了好久,始终不得解。后来觉得是不是我的想法有问题,或许现在改用flex做前台,...
阅读全文
摘要:http://www.efflex.org/EfflexExplorer.html
阅读全文
摘要:原帖地址:http://www.wedoswf.com/questions/1622这个是我们以前活动的喊话banner,是从 wonderfl上的效果改的。 效果见这里:http://swfsh.com/images/SwfSHBanner_0530.swf 下面是源代码:代码Code highlighting produced by Actipro CodeHighlighter (freew...
阅读全文