09 2013 档案
摘要:转自:http://app.fortunechina.com/blog/sibuxiang/archives/630?source=yd人一天最重要的40分钟,你用好了吗?最近我在北京听一位中国朋友吐槽英语难学。这并不奇怪,英语跟中文一样,都不好学。根据亲身经历,我有几点建议,其中也包括我高中拉丁语和希腊语老师的真传。这位老师是名耶稣会的牧师,很有语言天分,对诗歌、论文、演讲等记忆力超群。他告诉我们这些学生,人在一天之中有40分钟记忆力最强,接收能力超过其余23小时20分。而这“记忆超强”的40分钟又可以分为两段:临睡前的20分钟和醒来后的20分钟。要证明这一理论十分简单。首先,在进入梦乡前把
阅读全文
摘要:30+ Free 3D Web UI Kit PSDs for Web Designershttp://nooface.net/3dui.shtmlhttp://cn.bing.com/search?q=3d+ui&qs=n&pq=3d+ui&sc=8-5&sp=-1&sk=&intlF=1&FORM=TIPEN1
阅读全文
摘要:转自:http://www.cnblogs.com/yuxuetaoxp/archive/2010/01/05/1639466.html1、c#根据绝对路径获取 带后缀文件名、后缀名、文件名。 string str =" F:\test\Default.aspx"; string filename = System.IO.Path.GetFileName(str);//文件名 “Default.aspx” string extension = System.IO.Path.GetExtension(str);//扩展名 “.aspx” string fileNameWith
阅读全文
摘要:1.去主页下载源代码项目2.编译下载下来的项目3.新建项目填入下面代码// pythonIncludeTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #pragma comment(lib, "python33.lib") #pragma warning(disable:4996)int _tmain(int argc, _TCHAR* argv[]){ Py_SetProgramName(argv[0]); Py_SetPythonHome(L"G://SoftProject/cP
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using Excel = Microsoft.Office.Interop.Excel; namespace ExcelTest{ public partial class Form...
阅读全文
摘要:Sub Click()ActiveSheet.Pictures.Paste.SelectSelection.ShapeRange.ScaleWidth 1.4, msoTrueSelection.SendToBackEnd Sub
阅读全文
摘要:转自:http://www.cnblogs.com/lidabo/archive/2012/11/29/2795269.html例子:http://www.codeproject.com/Articles/67091/Mouse-and-KeyBoard-Hooking-utility-with-VC一、基本概念: 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。 钩子实际上是一个处理消息的..
阅读全文
摘要:键盘相关函数:http://msdn.microsoft.com/en-us/library/windows/desktop/ms645530%28v=vs.85%29.aspx鼠标相关函数:http://msdn.microsoft.com/en-us/library/windows/desktop/ms645533%28v=vs.85%29.aspx
阅读全文

浙公网安备 33010602011771号