码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
[转]下拉按钮 C#_Winform 自定义控件
[https://workspaces.codeproject.com/elia-sarti/splitbutton-an-xp-style-dropdown-split-button]using System;using System.ComponentModel;using System.Dra...
分类:Windows程序   时间:2014-06-07 02:40:18    阅读次数:424
goldengate–使用filter+@GETENV在线重新初始化指定的table
goldengate–使用filter+@GETENV在线重新初始化指定的table转载:http://www.easyora.net/blog/using_filter_getenv_function_to_initialize_special_table.html 在oracle-oracle ...
分类:其他好文   时间:2014-06-04 18:49:40    阅读次数:550
PowerDesigner 逆向工程 从SQL文件转换成PDM 从PDM转成CDM
从SQL文件逆向工程到PDM:①选择file -> Reverse Engineer - > Database②在General选项卡中选择MySQL数据库,点击确定。③using script file 选择你的sql文件,最后选择确定。从PDM转成CDM:①选择工具 -> General CDM...
分类:数据库   时间:2014-06-03 14:09:49    阅读次数:363
C#复制所选目录下所有文件夹和文件
代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.T...
分类:其他好文   时间:2014-05-30 06:48:10    阅读次数:200
C# : new 和 overrider 的区别
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
分类:其他好文   时间:2014-05-30 05:34:16    阅读次数:272
SqlHelper 带详细中文注释
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 //对数据库进行操作引入命名空间 6 using System.Data;...
分类:数据库   时间:2014-05-30 03:34:30    阅读次数:287
c#-IO和序列化操作
IO用到的命名空间:using System.IO;文件和目录的管理!File类FileInfo类Directory类DirectoryInfo类操作文件的类!FileStream{Seek(偏移的位置,参考位置);CopyTo(流对象); 等}StreamWriteStreamReaderBina...
分类:其他好文   时间:2014-05-30 02:48:15    阅读次数:224
生化武器2--bfs
1 #include //bfs; 2 #include 3 #include 4 #include 5 using namespace std; 6 struct data 7 { 8 int x,y,t; 9 }now,pos; 10 int n,m,t,dis[...
分类:其他好文   时间:2014-05-30 01:26:49    阅读次数:242
审判,必须死,关于工厂模式的小小理解
不幸,你被抓住了。明朝皇帝不会留情的。他冷笑着说:“你必须死!!!”“交给东厂,审审,决定你的死法”这个世道啊,连死法,都和你有多少钱相关。“身上钱少于100块,吃屎到死;多于100,少于200,被袋鼠干,干死;多余200块嘛,天天看郭敬明,郁闷至死。”于是一段程序开始了:using UnityEn...
分类:其他好文   时间:2014-05-29 23:26:08    阅读次数:414
Leetcode: Best Time to Buy and Sell Stock
My original thought was to calculate all the possible transactions by using nested loop. But got time limit excess error.I knew it can be done in O(n)...
分类:其他好文   时间:2014-05-29 20:44:37    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!