需要用到的资源:http://download.csdn.net/detail/xunzaosiyecao/7482441
1、下载上面链接的资料,解压后,将xml.exe文件拷到EditPlus文件目录下。
2、打开editplus->tools->configue user tools,点击Add Tool,选择Program,如下图:
...
分类:
其他好文 时间:
2014-06-19 13:06:48
阅读次数:
495
萨芬
本博文简单介绍一下SQL Server中常用的几类查询及相关使用的方法。
一、ExecuteScalar方法获取单一值
ExecuteScalar方法是SqlCommand类的方法之一,执行查询,并返回查询所返回的结果集中的第一行第一列。
class Program
{
static void Main(...
分类:
数据库 时间:
2014-06-19 12:58:33
阅读次数:
449
[size=16px][b][color=#FF0000]求助 Eclipse + NDK error: stray '\24' in program[/color][b][/b][/b][/size]
最近在研究JNI采用Eclipse+NDKR7B搭建环境 按照网上教的步骤build 什么都配好了写了个最简单的例子,clean以后就出现该异常很是头疼;异常信息:
"Compile thu...
分类:
系统相关 时间:
2014-06-15 18:46:06
阅读次数:
429
SSH 框架下code:
public String deleRubbishAd(){
int deleADcount = 0;
rubbishADtp = configDao.rubbishADtp();
//数据库中的广告图片集合
Map shujuku= new HashMap();
File adfile = new File("C://Program Files//A...
分类:
数据库 时间:
2014-06-15 15:55:30
阅读次数:
252
1、
??
Unique Binary Search Trees II
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.
For example,
Given n = 3, your program should return all 5 uni...
分类:
其他好文 时间:
2014-06-15 09:09:00
阅读次数:
256
@1:找不到Riched20.lib
用everything等软件搜索下磁盘,找到所在的目录添加到vs的库目录即可,我得是C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib;其他的vs版本可能不一样,自行搜索
@2: “IDispatchEx”: 重定义;不同的基类型 点击打开链接
UIFlash.h行:...
分类:
其他好文 时间:
2014-06-14 00:16:47
阅读次数:
378
Unity3D连接MySQL数据库所需要的DLL纠结了很久终于搞定需要一下DLLD:\Program
Files\Unity\Editor\Data\Mono\lib\mono\unity目录下的I18N.dll I18N.West.dll
I18N.CJK.dllD:\Program Files\...
分类:
数据库 时间:
2014-06-13 15:50:38
阅读次数:
656
1 using System; 2 using
System.Collections.Generic; 3 using System.Linq; 4 using System.Collections; 5 6
namespace Demo1 7 { 8 class Program 9 ...
分类:
其他好文 时间:
2014-06-13 15:00:27
阅读次数:
241
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 6 namespace 委托实现事件1 7 { 8 class
Program 9 {1...
分类:
其他好文 时间:
2014-06-13 14:58:21
阅读次数:
208
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 6 namespace 委托练习 7 { 8 class Program
9 {10 ...
分类:
其他好文 时间:
2014-06-13 14:50:06
阅读次数:
244