Delphi 7和XE中间有好几个版本号,可都不太流行,一是由于Delphi有些边缘化,二是7在XP环境下是近乎完美的版本号。市场上关于delphi的书越来越少,提供从7升级到XE介绍的资料差点儿没用。这里我试着列举一下7和XE的差异和注意事项,给须要升级的朋友一些线索。1. 7和XE是能够共存的,...
I want to share this great post from Anoop that shows a easy way to add a notification system to dependency properties of a given element. It creates ...
1.在Ubuntu下配置Samba共享文件夹/work和/work11.1.安装sambasudo apt-get install samba1.2.配置sambavim /etc/samba/smb.conf在文件末尾添加下面代码:#用户samba可以访问[work]comment = ubunt...
1. What is delegate in C#?A delegate is an object that knows how to call a method.A delegate type defines the kind of method that delegate instances c...
public class BadWordFilter { #region 变量 private HashSet hash = new HashSet(); private byte[] fastCheck = new byte[char.MaxValue]; private byte[] fast....
题 记该系列文章不側重全方位的去介绍ExtJs的使用,仅仅是側重于解决ExtJs问题的思考方法。写的人不用长篇大论,学的人则可以自立更生。l 学习的人仅仅要有一些CSS的javascript的基础知识而且对于英文不至于很蹩脚(以辅助词霸能看懂ExtJs的API为准),都可以參考本教程进行修行。《一》...
原文地址:http://zhidao.baidu.com/question/582486883100064325.htmlwindows8系统虽然让众用户用着不习惯,但是还是拥有大批追随者。今天,绿茶小编带来了win8忘记开机密码的解决方法,相信忘记win8开机密码的朋友不在少数吧?遇到同样问题的朋...
命令:dism /online /Cleanup-Image /StartComponentCleanup /ResetBase--------------------------------------------------------------------------------------...
本学习主要参考Andrew Troelsen的C#与.NET4高级程序设计,这小节主要述说以下几个东西:Hello World的Main方法:利用VS2010新建一个控制台应用程序Hello World,完善代码如下:类和Main方法:这里系统自动创建了一个叫做Program的类,并且里面有个默认的...
Koch's code powers most of the popular email encryption programs GPGTools, Enigmail, and GPG4Win.gpg4win 是自由软件,支持邮件及文件加解密。
The following example shows the effect of the Pop command. using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Med...
设计模式是个好动西,今天先简单说说工厂模式的作用,后续会把这次API开发中使用的东西一点点写出来。算是一次总结吧。...
题目链接:POJ 2763 Housewife Wind
题意:抽象出来就是 一棵已知节点之间的边权,两个操作,1·修改边权,2·询问两个节点之间的边权和。
AC代码:
#include
#include
#include
using namespace std;
#define lson l,m,rt<<1
#define rson m+1,r,rt<...
上次做了以Excel文件为数据源,进行数据导入,今天,给大家分享一下如何将内存中的datatable以文件流的方式导出为Excel文件,而且个人觉得这个方法非常不错,高效,简单。技术要点:1.创建文件流,用于写最终的文件StreamWriter sw = new StreamWriter(fileN...
在windows server 2003上部署MVC4的网站,需要进行以下工作用VS2013新建项目安装:dotNetFx40_Full_x86_x64.exe
上次写了一个用文件流方式将Datatable导出Excel的方法,这个方法有局限性,比如没法对Excel进行一些增加列颜色等简单的操作,现在,给大家介绍另外一种方法,用微软的Excel类。既然要用到类,那必须是你的机子要装上Excel才行呢。public void DataTabletoExcel(...
popuWindowXml布局<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="wrap_content"android:layout_height="wrap_content"android:background="@drawable/local_popup_bg"android:..