<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[我的专栏]]></title><description><![CDATA[---------ljq900]]></description><link>https://blog.csdn.net/ljq900</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; ljq900]]></copyright><item><title><![CDATA[fastreport totalpage 只有设置doublepassreport为true 才正确否则为0]]></title><link>https://blog.csdn.net/ljq900/article/details/7703485</link><guid>https://blog.csdn.net/ljq900/article/details/7703485</guid><author>ljq900</author><pubDate>Fri, 29 Jun 2012 18:00:10 +0800</pubDate><description><![CDATA[fastreport totalpage 只有设置doublepassreport为true 才正确否则为0]]></description><category></category></item><item><title><![CDATA[vb .net 转换大写金额函数]]></title><link>https://blog.csdn.net/ljq900/article/details/7703475</link><guid>https://blog.csdn.net/ljq900/article/details/7703475</guid><author>ljq900</author><pubDate>Fri, 29 Jun 2012 17:57:47 +0800</pubDate><description><![CDATA[Function yh_bigmoney(ByVal num As Double) As String
        Dim intpart As Integer
        Dim dotpart As Integer
        Dim cm As Integer
        intpart = Int(num)
        dotpart = yh_round((]]></description><category></category></item><item><title><![CDATA[串口基本操作c函数不使用OVERLAPPED]]></title><link>https://blog.csdn.net/ljq900/article/details/7491615</link><guid>https://blog.csdn.net/ljq900/article/details/7491615</guid><author>ljq900</author><pubDate>Mon, 23 Apr 2012 22:20:57 +0800</pubDate><description><![CDATA[HANDLE __stdcall comm_open(int port,LPCTSTR settings){
 HANDLE comfile;
 DCB dcb;
 char comname[11]="\\\\.\\COM\0\0\0\0";
 if(port
  comname[7]=port+0x30;
 }else if(port
  comname[7]=(port/10%1]]></description><category></category></item><item><title><![CDATA[一辈子忙着奔钱程，到头来都是终结]]></title><link>https://blog.csdn.net/ljq900/article/details/5821757</link><guid>https://blog.csdn.net/ljq900/article/details/5821757</guid><author>ljq900</author><pubDate>Wed, 18 Aug 2010 17:17:00 +0800</pubDate><description><![CDATA[<br />一辈子忙着奔钱程，到头来都是终结]]></description><category></category></item><item><title><![CDATA[一辈子忙着奔钱程，到头来都是终结]]></title><link>https://blog.csdn.net/ljq900/article/details/5821754</link><guid>https://blog.csdn.net/ljq900/article/details/5821754</guid><author>ljq900</author><pubDate>Wed, 18 Aug 2010 17:17:00 +0800</pubDate><description><![CDATA[<br />一辈子忙着奔钱程，到头来都是终结]]></description><category></category></item><item><title><![CDATA[一辈子忙着奔钱程，到头来都是终结]]></title><link>https://blog.csdn.net/ljq900/article/details/5821738</link><guid>https://blog.csdn.net/ljq900/article/details/5821738</guid><author>ljq900</author><pubDate>Wed, 18 Aug 2010 17:16:00 +0800</pubDate><description><![CDATA[<br />一辈子忙着奔钱程，到头来都是终结]]></description><category></category></item><item><title><![CDATA[不经意的发现http form非主流用法]]></title><link>https://blog.csdn.net/ljq900/article/details/5103550</link><guid>https://blog.csdn.net/ljq900/article/details/5103550</guid><author>ljq900</author><pubDate>Wed, 30 Dec 2009 08:14:00 +0800</pubDate><description><![CDATA[for(int i=0;i">//在服务器可以用request.getParameterValues(paramname)取得一个数组值]]></description><category></category></item><item><title><![CDATA[javascript 浏览器页面跳转]]></title><link>https://blog.csdn.net/ljq900/article/details/5096900</link><guid>https://blog.csdn.net/ljq900/article/details/5096900</guid><author>ljq900</author><pubDate>Tue, 29 Dec 2009 10:47:00 +0800</pubDate><description><![CDATA[    if (elename.equalsIgnoreCase("back") || elename.equalsIgnoreCase("1"))            return "后退";        else if (elename.equalsIgnoreCase("refresh")                || elename.equalsIgnoreCase(]]></description><category></category></item><item><title><![CDATA[http文件上传form(可添加定制上传文件数量)]]></title><link>https://blog.csdn.net/ljq900/article/details/5096841</link><guid>https://blog.csdn.net/ljq900/article/details/5096841</guid><author>ljq900</author><pubDate>Tue, 29 Dec 2009 10:40:00 +0800</pubDate><description><![CDATA[response.getwriter().println( ""				+ ""				+ "1){e.removeChild(e.childNodes[e.childNodes.length-1]);}}}/">"				+ "				+ path				+ "/">"				+ ""				+ "				+ UPLOADSUBMIT				+ "/">"]]></description><category></category></item><item><title><![CDATA[apache commons fileupload 手记删除临时文件及优化速度]]></title><link>https://blog.csdn.net/ljq900/article/details/5096808</link><guid>https://blog.csdn.net/ljq900/article/details/5096808</guid><author>ljq900</author><pubDate>Tue, 29 Dec 2009 10:33:00 +0800</pubDate><description><![CDATA[public void Parse(FileItem fi) {            if (fi.isFormField()) {                //将form中的路径参数保存为Attribute                request.setAttribute(fi.getFieldName(), fi.getString());            ]]></description><category></category></item><item><title><![CDATA[按Enter转到下一输入框(元素)]]></title><link>https://blog.csdn.net/ljq900/article/details/5096802</link><guid>https://blog.csdn.net/ljq900/article/details/5096802</guid><author>ljq900</author><pubDate>Tue, 29 Dec 2009 10:32:00 +0800</pubDate><description><![CDATA[    function inputkeydown(evt){        var charCode = (evt.which) ? evt.which : event.keyCode;        if(charCode==13){            if(window.event){                event.keyCode=9;          ]]></description><category></category></item><item><title><![CDATA[devc++ 编译 lib库 问题]]></title><link>https://blog.csdn.net/ljq900/article/details/4335047</link><guid>https://blog.csdn.net/ljq900/article/details/4335047</guid><author>ljq900</author><pubDate>Thu, 09 Jul 2009 17:04:00 +0800</pubDate><description><![CDATA[ devc++ 编译用*.a库，对于*.lib库默认情况下会有问题进行处理如下可正常编译1.下载并安装gcc-objc包（在更新管理器中可找到）2.修改工程属性->编译器->连接器中的“连接objective C”为yes3.将*.lib的库添加到工程选项->参数->连接器（点选“加入库或者对象”） 工程即可正常编译当然动态加载dll也是可行的。但对于提供a]]></description><category></category></item><item><title><![CDATA[delphi 线程]]></title><link>https://blog.csdn.net/ljq900/article/details/3880645</link><guid>https://blog.csdn.net/ljq900/article/details/3880645</guid><author>ljq900</author><pubDate>Thu, 12 Feb 2009 10:20:00 +0800</pubDate><description><![CDATA[unit threadutil;interfaceuses classes,windows;typeTLock=class  private FLock: TRTLCriticalSection;  public constructor create;  public procedure lock;  public procedure unlock;end;TBaseThread=class(TT]]></description><category></category></item><item><title><![CDATA[tomcat webdav 中文问题解决方案]]></title><link>https://blog.csdn.net/ljq900/article/details/2562562</link><guid>https://blog.csdn.net/ljq900/article/details/2562562</guid><author>ljq900</author><pubDate>Wed, 18 Jun 2008 20:23:00 +0800</pubDate><description><![CDATA[    啊apache tomcat  6.0  中提供了webdavservlet  支持webdav.在处理英文url上完全能通过。但对于中文url往往出现乱码，其中包括其defaultservletdefaultservlet 在相应目录请求时能正确的将utf-8格式url编码，但在请求包含中文名称的url时，将url识别为乱码，不能正确处理。其问题在于url编码。实际上webdav]]></description><category></category></item><item><title><![CDATA[一种灵活的方式实现win32串口通讯]]></title><link>https://blog.csdn.net/ljq900/article/details/2398642</link><guid>https://blog.csdn.net/ljq900/article/details/2398642</guid><author>ljq900</author><pubDate>Tue, 06 May 2008 08:52:00 +0800</pubDate><description><![CDATA[//头文件 wincomm.h#include typedef BOOL ( *COMMHOOK)(LPVOID comminfo);typedef struct tagCommInfo{	unsigned char comport;	HANDLE hComm;	HANDLE ev_read,ev_write,ev_stop,ev_stoped,ev_ready;	LPVOID userpar]]></description><category></category></item><item><title><![CDATA[fedora8下载地址，用flashget下载超快]]></title><link>https://blog.csdn.net/ljq900/article/details/1924688</link><guid>https://blog.csdn.net/ljq900/article/details/1924688</guid><author>ljq900</author><pubDate>Sat, 08 Dec 2007 15:28:00 +0800</pubDate><description><![CDATA[http://fedora.candishosting.com.cn/pub/fedora/linux/releases/8/Live/i686/Fedora-8-Live-i686.isohttp://ftp.rhd.ru/pub/fedora/linux/releases/8/Live/i686/Fedora-8-Live-i686.isohttp://ftp.cse.yzu.edu.tw/p]]></description><category></category></item><item><title><![CDATA[jstree 的设想]]></title><link>https://blog.csdn.net/ljq900/article/details/1698378</link><guid>https://blog.csdn.net/ljq900/article/details/1698378</guid><author>ljq900</author><pubDate>Thu, 19 Jul 2007 09:14:00 +0800</pubDate><description><![CDATA[//下面类层次结构中,分离了控件的行为和样式的实现,在样式多变的情况下,使得样式的变动不会引起修改其它代码//增强了代码灵活性和可维护性function cnode(){}//基本的节点数据结构,可用于menu,tree等多种场合function ctreenode(){//对treenode的行为提供支持     //property     this.render=null]]></description><category></category></item><item><title><![CDATA[csdn blog 不能发表评论]]></title><link>https://blog.csdn.net/ljq900/article/details/1698337</link><guid>https://blog.csdn.net/ljq900/article/details/1698337</guid><author>ljq900</author><pubDate>Thu, 19 Jul 2007 08:57:00 +0800</pubDate><description><![CDATA[ csdn blog 不能发表评论,是不是验证码功能有问题?]]></description><category></category></item><item><title><![CDATA[ajax简单才是美]]></title><link>https://blog.csdn.net/ljq900/article/details/1698298</link><guid>https://blog.csdn.net/ljq900/article/details/1698298</guid><author>ljq900</author><pubDate>Thu, 19 Jul 2007 08:26:00 +0800</pubDate><description><![CDATA[ ajax简单才是美对于复杂的ajax框架,调试维护无疑是个噩梦,大量的脚本代码也会对执行效率有影响.泡末是吹起来的,现在的网络没什么是不可能的.但实用的东西并不需要很复杂.漂亮的界面干嘛不让浏览器实现,至少实现不会比ajax复杂,internet的自然发展还是偏离了轨道.然后,大家一哄而上,把偏离的轨道当作目标.再说,新技术吧,八字没一瞥就吹上天,然后拿开源游民当义务民工种下试验田.最后用催熟技]]></description><category></category></item><item><title><![CDATA[java不是天生低能]]></title><link>https://blog.csdn.net/ljq900/article/details/1680659</link><guid>https://blog.csdn.net/ljq900/article/details/1680659</guid><author>ljq900</author><pubDate>Fri, 06 Jul 2007 10:57:00 +0800</pubDate><description><![CDATA[从编程语言来说,由于java采用虚拟机方式执行,运行效率略低于编译语言.但是,好的设计往往能抵消这些,换句话说,设计精良的java程序效率普遍高于,设计一般的编译程序.java的 语言特性决定了,在比较大的项目上,使得设计更容易,从而降低复杂度,提高开发效率.而程序的执行效率主要影响因素的软件架构.所以,对于java程序,轻微的先天不足完全可以用好的设计弥补.在内存小的计算机上使用java无疑]]></description><category></category></item></channel></rss>