asp.net 的加密和解密(c#):1. 导入所需包:using
System.IO;using System.Text;using
System.Security.Cryptography;2.加密1)MD5普通加密//获取要加密的字段,并转化为Byte[]数组byte[] data =
Sys...
分类:
Web程序 时间:
2014-05-16 18:53:50
阅读次数:
375
To speed up bulk loading of data, InnoDB
implements aninsert buffer, a special index in the InnoDB system tablespace that
buffers modifications to sec...
分类:
数据库 时间:
2014-05-16 18:26:09
阅读次数:
532
详解Eclipse断点(引用
http://www.blogjava.net/jiangshachina/archive/2011/11/20/364367.html)大家肯定都用过Eclipse的调试的功能,在调试的过程中自然也无法避免要使用断点(breakpoint),但不知是否对Eclipse...
分类:
系统相关 时间:
2014-05-16 18:17:53
阅读次数:
853
数据库系统(Database System, DBS)包含了数据库(Database,
DB)、数据库管理系统(Database Management System,DBMS)、硬件、其他软件及用户。 数据模型(Data Model):
首先明确下模型(Model)是个什么东东? 模型可以分为实物模...
分类:
数据库 时间:
2014-05-16 18:08:46
阅读次数:
285
using System; using System.IO;//用于文件存取 using
System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using
System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
今天想调试多个task中栈的情况,在测试程序中调用另一个程序的activity,代码片段如下:[java]view
plaincopybtnStartX=(Button)findViewById(R.id.btnStartX);btnStartX.setOnClickListener(newView...
分类:
移动开发 时间:
2014-05-16 09:18:41
阅读次数:
449
control.ascx using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.UI;using System.Web.UI.WebControls...
分类:
Web程序 时间:
2014-05-16 08:36:25
阅读次数:
362
一、给Eclipse安装SVN,最常见的有两种方式:手动方式和使用安装向导方式。具体步骤如下:方式一:手动安装1、从官网下载site-1.6.9.zip文件,网址是:subclipse.tigris.org2、从中解压出features与plugins文件夹,复制到E:/MyEclipse/myPl...
分类:
系统相关 时间:
2014-05-16 08:01:11
阅读次数:
436
Ctrl+T 得到接口的实现类Ctrl+Shift+T
查找类遇到了不能使用ctrl+shift+T,Navigate里也找不到Open Type,原来是因为自己正在使用的Perspective是Team
Synchronizing,切换到java就ok了。10:18 2014/4/16Cril+H...
分类:
系统相关 时间:
2014-05-14 07:07:35
阅读次数:
310