摘要:
视频教程1: http://pan.baidu.com/share/link?shareid=2533368977&uk=3289148388视频教程2: http://pan.baidu.com/share/link?shareid=2539153287&uk=3289148388视频教程3: http://pan.baidu.com/share/link?shareid=2545043907&uk=3289148388 阅读全文
posted @ 2013-06-09 15:51
yjwpop
阅读(175)
评论(0)
推荐(0)
摘要:
<%@ WebHandler Language="C#" Class="UploadHandler" %>using System;using System.IO;using System.Web;using System.Data.SqlClient;public class UploadHandler : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain" 阅读全文
posted @ 2013-06-09 15:46
yjwpop
阅读(729)
评论(1)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Messaging;namespace MSMQ{ public partial class MsMq { //通过Create方法创建使用指定路径的新消息队列 /**/ /// <summary> /// ... 阅读全文
posted @ 2013-06-09 15:33
yjwpop
阅读(551)
评论(0)
推荐(0)
摘要:
\mongo\bin>mongod --dbpath=d:\mongodb\data--------------------启动mongodb服务--------------------------mongod --logpath mongodb/logs/mongodb.log --logappend --dbpath mongodb/data --directoryperdb --serviceName MongoDB --install >mongod --dbpath=d:\mongodb\data --logpath=d:\mongodb\logs\mongodb.log 阅读全文
posted @ 2013-06-09 15:19
yjwpop
阅读(1231)
评论(0)
推荐(0)
摘要:
实现步骤: 1、从数据库取出要导出到word上的数据,用C#操作生成一个数据XMl文件,例如:a.xml<?xml version="1.0" encoding="gb2312"?><History> <Customer> <CustomerName>1111 </CustomerName> <CustomerAddress>345345345</CustomerAddress> <CustomerTel>453453453435</CustomerTe 阅读全文
posted @ 2013-06-09 14:36
yjwpop
阅读(773)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using org.in2bits.MyXls;using System.Data;using System.Text.RegularExpressions;using System.IO;using NPOI;using NPOI.HPSF;using NPOI.HSSF;using NPOI.HSSF.UserModel;using NPOI.HSSF.Util;using NPOI.POIFS;using NPOI.Util; 阅读全文
posted @ 2013-06-09 14:06
yjwpop
阅读(573)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using NPOI.SS.UserModel;using NPOI.HSSF.UserModel;using System.Data;using System.ComponentModel;using System.Web.Mvc;namespace Util{ public class ExcelHelper { public static class ExportTool... 阅读全文
posted @ 2013-06-09 14:04
yjwpop
阅读(1627)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Collections;namespace Util{ public class HtmlDiff { private StringBuilder content; private string oldText, newText; private string[] oldWords... 阅读全文
posted @ 2013-06-09 13:58
yjwpop
阅读(673)
评论(2)
推荐(1)
摘要:
原文请看:http://www.codeproject.com/Articles/44395/Conversion-of-PDF-to-EPUB-Format源代码:http://pan.baidu.com/share/link?shareid=2328428490&uk=3289148388 阅读全文
posted @ 2013-06-09 13:22
yjwpop
阅读(478)
评论(0)
推荐(0)
摘要:
数组和function 都是对象,现在熟悉JS基础Array对象,有兴趣的同学一起来复习下吧。array.pop : 删除数组内的最后一个对象array.shift :删除数组内的第一个对象array.join: 数组内元素弄成字符串插入页面array.reverse : 数组内元素倒置array.concat : 数组合并,但是谁与谁合并,要注意顺序array.toString : 数组直接转为字符串,不再是对象了array.valueOf : 显示原始的值,里面有什么东西array.sort : 以ascii代码来排列先后顺序,但是数字不能用sort去排列。要排序请往下看,有例子哦。arr 阅读全文
posted @ 2013-06-09 13:04
yjwpop
阅读(400)
评论(0)
推荐(1)
摘要:
方法一 /// <summary> /// 获取中英文混合字符串的文字长度(1个英文占1个长度,1个汉字占2个长度) /// </summary> /// <param name="stringWithEnglishAndChinese">中英文混合的字符串</param> /// <returns>字符串长度(1个英文占1个长度,1个汉字占2个长度)</returns> public int GetEnglishLength(string stringWithEnglishAndChinese) { 阅读全文
posted @ 2013-06-09 13:03
yjwpop
阅读(273)
评论(0)
推荐(0)
摘要:
Oracle建立表空间和用户 建立表空间和用户的步骤:用户建立:createuser用户名identifiedby"密码";授权:grantcreatesessionto用户名;grantcreatetableto用户名;grantcreatetablespaceto用户名;grantcreateviewto用户名;建立表空间和用户的步骤:用户建立:create user 用户名 identified by "密码";授权:grant create session to 用户名; grant create table to 用户名; grant crea 阅读全文
posted @ 2013-06-09 13:01
yjwpop
阅读(189)
评论(0)
推荐(0)
摘要:
windows - Preferences - java - Editor - Content Assist 最下的 Auto Activation选项: Auto Activation delay表示多少毫秒出现提示 Auto Activation trigger for java:里面有个点,表示如果在java里输入.号,就会在后面出现相应的提示,你也可以输入abcdefghijklmnopqrstuvwxyz,输入字母就会弹出智能提示。你也可以在里面增加其他触发提示的符号,如注解:@ 等。 阅读全文
posted @ 2013-06-09 12:58
yjwpop
阅读(196)
评论(0)
推荐(0)
摘要:
窗口------->首选项工作台----->颜色和字体-------->基本----->文本字体点击更改Window--->General--->Appearance--->Colors and Fonts --->Basic--->Text Font --->Change 阅读全文
posted @ 2013-06-09 12:57
yjwpop
阅读(209)
评论(0)
推荐(0)
摘要:
eclipse内部Javadoc怎么汉化成中文EclipseJDK.netHTML首先到http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/publish/1.6.0/html_zh_CN.zip下载中文的JavaDOC,版本为javaSE6.0。然后在Eclipse中选择window-->Preferences-->java-->Instralls JRES然后点击jre6.0,选择右边的Edit在弹出的窗体中选择rt.jar后点击Javadoc Location:选择下面的Javadoc in 阅读全文
posted @ 2013-06-09 12:56
yjwpop
阅读(230)
评论(0)
推荐(0)
摘要:
在Eclipse中,我们常常看一些英文的JavaDoc提示或者没有相应的提示是很不习惯的,如下图所示:我们现在要把这种不习惯的提示改为中文的JavaDOC提示,首先先到原文地址:http://www.cnblogs.com/kay/archive/2008/05/26/1207956.html 阅读全文
posted @ 2013-06-09 12:56
yjwpop
阅读(110)
评论(0)
推荐(0)
摘要:
Eclipse常用快捷键Eclipse的编辑功能非常强大,掌握了Eclipse快捷键功能,能够大大提高开发效率。Eclipse中有如下一些和编辑相关的快捷键。 1.【ALT+/】此快捷键为用户编辑的好帮手,能为用户提供内容的辅助,不要为记不全方法和属性名称犯愁,当记不全类、方法和属性的名字时,多体验一下【ALT+/】快捷键带来的好处吧。 2.【Ctrl+O】显示类中方法和属性的大纲,能快速定位类的方法和属性,在查找Bug时非常有用。 3.【Ctrl+/】快速添加注释,能为光标所在行或所选定行快速添加注释或取消注释,在调试的时候可能总会需要注释一些东西或取消注释,现在好了,不需要每行进行重复的注 阅读全文
posted @ 2013-06-09 12:55
yjwpop
阅读(138)
评论(0)
推荐(0)
摘要:
1、微软社交网站整站源码: http://topic.csdn.net/u/20081215/15/D0FBA9AB-94D6-474A-8AA1-116CB3E04BBC.html2、spacebuilder: http://c.spacebuilder.cn/3、聚源sns:http://www.jusns.com/download.html4、我记录:http://www.wojilu.com/ 阅读全文
posted @ 2013-06-09 12:52
yjwpop
阅读(262)
评论(0)
推荐(0)
摘要:
http://115.com/file/aqk7rqzf 王福朋petshop4.0视频教程WMV.rar 阅读全文
posted @ 2013-06-09 12:51
yjwpop
阅读(142)
评论(0)
推荐(0)
摘要:
//-----------------------------------------------------------------------------// FILENAME: ImageProcessor.cs//// DESCRIPTION:// 图片处理工具类,进行图片缩放和水印的处理//// AUTHOR: BlueStone//// CREATEDATE: 2008-3-28//////-----------------------------------------------------------------------------u... 阅读全文
posted @ 2013-06-09 12:48
yjwpop
阅读(340)
评论(0)
推荐(0)
浙公网安备 33010602011771号