摘要: template.html<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; 阅读全文
posted @ 2012-08-03 09:44 愤怒的熊猫 阅读(137) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JQ遮罩层效果</title> <script type=& 阅读全文
posted @ 2012-07-15 09:33 愤怒的熊猫 阅读(512) 评论(0) 推荐(0) 编辑
摘要: <?php // 连接数据库 mysql_connect('localhost','root','root'); mysql_select_db('test'); // 操作csv $handle = fopen ('test.csv','r'); $sql="insert into `test` (`id`,`name`,`sex`,`nation`) values ('',"; while ($data = fgetcsv ($handle)) { $n 阅读全文
posted @ 2012-07-09 09:01 愤怒的熊猫 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 不废话直接上源代码。HelloWorld.js>>>>>>>>>>>>>>>>>>BEGIN//命名空间Ext.namespace("Ext.hxworm");Ext.hxworm.HelloWorld = Ext.emptyFn;Ext.hxworm.Person = Ext.emptyFn;//静态方法Ext.hxworm.Person.print = function(_name,_sex){ var _person = new Ext.hxworm.Perso 阅读全文
posted @ 2012-07-07 12:01 愤怒的熊猫 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://canbeatle.javaeye.com/blog/698364http://wenku.baidu.com/view/65051eeb172ded630b1cb6c6.htmlhttp://wenku.baidu.com/view/45466b04cc175527072208bf.html 阅读全文
posted @ 2011-03-25 11:41 愤怒的熊猫 阅读(121) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/know/archive/2011/03/19/1989093.html做WinForm开发的朋友,应该都有这种感觉:vs自带的控件倒是不少,但美观的却很少 ——于是网上就有一些开源、收费或免费的不错的控件,像皮肤等控件库DotNetBar、饼状图控件pieChart(此控件的使用,可查看之前的一篇文章:WinForm"立体饼状图实现(附源码示例)" 之配餐系统的开发)....,(在之前的几篇介绍配餐系统开发的文章里,我主要是对一些功能的说明)而此文要跟大家分享的是"不错的Vista风格水晶按钮"控件的使用( 阅读全文
posted @ 2011-03-23 21:25 愤怒的熊猫 阅读(403) 评论(1) 推荐(0) 编辑
摘要: http://www.cnblogs.com/markor/archive/2008/09/27/1300110.htmlhttp://blog.sina.com.cn/s/blog_532804fc0100auz4.html 阅读全文
posted @ 2011-03-22 10:44 愤怒的熊猫 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jiapengliang2005/articles/1671356.html/*例如:* XmlDocumentEX doc = new XmlDocumentEX(); doc.CreateXmlFile("xmlDir\\myfile.xml", "<root>\r\n </root>"); string xmlPath = SyFile.GetMapPath("xmlDir\\myfile.xml"); doc.Load(xmlPath); //doc.Ini 阅读全文
posted @ 2011-03-15 13:42 愤怒的熊猫 阅读(926) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;http://www.cnblogs.com/distinctive/archive/2010/11/15/1877391.htmlusing System.Net;using System.IO;using System.Globalization;using System.Text.RegularExpressions;namespace System.Net.Ftp{ /// <summary> /// FTP处理操作类 /// 功能: /// 下载 阅读全文
posted @ 2011-03-15 12:15 愤怒的熊猫 阅读(258) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/rupeng/archive/2010/05/02/1725876.html在备课,下周要讲数据的导入导出,其中要讲的一个功能点就是程序去FTP服务器取文件然后导入系统这样的功能,由于要每位同学练习,因此每位同学都要打架一个测试的FTP服务器环境,如果让每个同学都自己装一套IIS里的FTP服务器或者ServeU的话就太麻烦了,因此想找一找有没有迷你的FTP服务器,网上一搜“迷你FTP服务器”就出来两款:守望迷你FTP服务器下载地址:http://www.skycn.com/soft/55983.htmlFtp服务器(FtpServer) V2.5( 阅读全文
posted @ 2011-03-15 12:14 愤怒的熊猫 阅读(424) 评论(0) 推荐(0) 编辑