上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: 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 阅读全文
posted @ 2013-09-30 13:06 fff8965 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 转自: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 阅读全文
posted @ 2013-09-26 08:31 fff8965 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2013-09-22 16:11 fff8965 阅读(2385) 评论(0) 推荐(1) 编辑
摘要: 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... 阅读全文
posted @ 2013-09-17 16:38 fff8965 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Sub Click()ActiveSheet.Pictures.Paste.SelectSelection.ShapeRange.ScaleWidth 1.4, msoTrueSelection.SendToBackEnd Sub 阅读全文
posted @ 2013-09-17 16:08 fff8965 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 转自: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消息或特定事件。 钩子实际上是一个处理消息的.. 阅读全文
posted @ 2013-09-16 12:42 fff8965 阅读(1924) 评论(0) 推荐(0) 编辑
摘要: 键盘相关函数: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 阅读全文
posted @ 2013-09-13 13:23 fff8965 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/fortwo/archive/2013/04/16/3023871.html1.首先从python.org上:http://www.python.org/download/,下载python源码压缩包:Python-3.3.1.tar.bz22.解压后目录结构大致如下:3.进入PCbuild目录,打开pcbuild.sln文件4.设置属性,首先设置“普通属性”中的“启动项目”,选择“单一启动项目”为“python”:然后,再设置“配置属性”,只编译python和pythoncore两项,其他的去除掉,并且依据你具体的平台选择是W32还是X64 阅读全文
posted @ 2013-08-29 02:50 fff8965 阅读(366) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cnwarden/article/details/5306474http://truly.cnblogs.com/archive/2005/08/13/213810.html 阅读全文
posted @ 2013-08-23 13:17 fff8965 阅读(367) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windows.Media;using System.Windows.Media.Imaging;namespace WpfApplication1{ class WindowListItem : DragItem { ... 阅读全文
posted @ 2013-08-11 17:59 fff8965 阅读(2175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页