程:http://www.jcwcn.com/article/special/200807/special_28.html本例向朋友介绍一个Flash的扩展功能——pulse-particle粒子系统的安装及简单应用,运用pulse-particle粒子系统可以轻松表现出飞船尾部的喷火效果,下雪、火焰、烟雾、下雨、瀑布、烟花等漂亮的效果,希望本文能给朋友们带来帮助~~介绍一个flash的扩展功能,粒子系统,我用这个系统制做了下面效果中,飞船尾部的喷火效果,
系统 2019-08-29 22:28:00 2196
最近跟一个朋友聊天,问“你会不会编软件呀?”。我说:“不会,我是做测试的,不是做开发的!”他问:“你是专门挑毛病的,是吧?”我只是笑着摇摇头,说:“我做测试,是找缺陷,不是找茬!”突然对做测试有些想法:第一:测试是找bug,不是找茬。以前在外包做测试,面对的之间人是PM,面对所谓的客户是开发软件的人,而且因为离开发人员较远,沟通基本上都是用邮件,所以当时的感触还不太多,只是做好自己的本职工作,尽可能的发现更多的问题,尽可能让自己发现的问题更有价值,尽可能让
系统 2019-08-29 22:01:07 2196
MyBatis中,可以使用Generator自动生成代码,包括DAO层、MODEL层、MAPPINGSQL映射文件。第一步:配置好自动生成代码所需的XML配置文件,例如(generator.xml):
系统 2019-08-12 09:27:40 2196
CentOS5usespython2.4,andreplacingitisnotreallyonoptionsinceyumandothercorepackagesdependonit.Mysolutionistocompile2.6anduse/optor/usr/localfortheprefix.Ialsocreateavirtualenvwiththenewpythonexecutable,sowhenI’mintheenvironment2.6b
系统 2019-08-12 09:27:05 2196
在使用MSWord过程中会遇到“Word无法启动转换器mswrd632.wpc错误”错误。或者在用一些中间件产品做在线打开MSWord编辑器时,会遇到该问题。详细分析后发现,导致该问题的原因可能有以下几种:1.MSOFFICE安装版本导致,建议安装MSOFFICE企业版本(Enterprise)2.注册表中存在的以下配置节导致[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SharedTools\TextConverters\
系统 2019-08-12 09:26:53 2196
insertintoInfoselect'admin36'fromInfo;--FK插入法selectCOUNT(*)fromInfo;--notin实现分页查询declare@pageSizeintset@pageSize=10;--行数declare@pageNointset@pageNo=1000;--页数selecttop(10)*fromInfowhereidnotin(selecttop(@pageSize*(@pageNo-1))idfrom
系统 2019-08-12 01:55:23 2196
selectname,modify_datefromsys.all_objectswheretype='P'orderbymodify_datedescselectname,modify_datefromsys.all_objectswheretype='TR'orderbymodify_datedescselectname,modify_datefromsys.all_objectswheretype='u'orderbymodify_datedescs
系统 2019-08-12 01:55:17 2196
前一篇博文说明了如何在win7下安装mongodb,下面简要测试一下nodejs操作mongodb:首先安装nodejsmongodbnpminstallmongodbvarmongodb=require('mongodb');varserver=newmongodb.Server('localhost',27017,{auto_reconnect:true});vardb=newmongodb.Db('mydb',server,{safe:true});
系统 2019-08-12 01:52:57 2196
alterprocupdateStudent@idint,@id2intasdeclare@SchoolIDintdeclare@ClassIDintdeclare@StudentIDintdeclare@IDNumberintdeclare@IDAAAintbegindeclareFeeInsertStudentcursorforselectstuID,SchID,ClasIDfromT_SchoolwhereID=@idopenFeeInsertStu
系统 2019-08-12 01:52:48 2196
#pragmahdrstop#pragmaargsused#include#include#include#include"hdd.h"constWORDIDE_ATAPI_IDENTIFY=0xA1;//读取ATAPI设备的命令constWORDIDE_ATA_IDENTIFY=0xEC;//读取ATA设备的命令constintDISK_PATH_LEN=128;constintDISK_INFO
系统 2019-08-12 01:52:00 2196