会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fff8965
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
25
下一页
2013年9月30日
UI
摘要: 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
阅读(228)
评论(0)
推荐(0)
2013年9月26日
c#根据绝对路径获取 带后缀文件名、后缀名、文件名
摘要: 转自: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
阅读(524)
评论(0)
推荐(0)
2013年9月22日
python嵌入c++
摘要: 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
阅读(2402)
评论(0)
推荐(1)
2013年9月17日
控制已经打开的Excel
摘要: 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
阅读(310)
评论(0)
推荐(0)
Ecel 粘贴图片并调整大小,移到底层
摘要: Sub Click()ActiveSheet.Pictures.Paste.SelectSelection.ShapeRange.ScaleWidth 1.4, msoTrueSelection.SendToBackEnd Sub
阅读全文
posted @ 2013-09-17 16:08 fff8965
阅读(302)
评论(0)
推荐(0)
2013年9月16日
c++ hook 钩子的使用介绍
摘要: 转自: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
阅读(2049)
评论(0)
推荐(0)
2013年9月13日
win32鼠标和键盘相关函数
摘要: 键盘相关函数: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
阅读(363)
评论(0)
推荐(0)
2013年8月29日
win7下VS2010编译python3
摘要: 转自: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
阅读(408)
评论(0)
推荐(0)
2013年8月23日
vs 命令行编译
摘要: http://blog.csdn.net/cnwarden/article/details/5306474http://truly.cnblogs.com/archive/2005/08/13/213810.html
阅读全文
posted @ 2013-08-23 13:17 fff8965
阅读(387)
评论(0)
推荐(0)
2013年8月11日
通过窗口句柄获取程序路径
摘要: 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
阅读(2205)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
25
下一页
公告