1、打开myeclipse,选择help>Install from site2、点击add3、输入name和Locations:http://download.aptana.com/studio3/plugin/install4、点击 aptana studio 然后一般的安装顺序。。。。。。。。过...
分类:
系统相关 时间:
2014-08-10 21:08:20
阅读次数:
428
关于SQL Server用户自定义的函数,有标量函数、表值函数(内联表值函数、多语句表值函数)两种。题外话,可能有部分朋友不知道SQL Serve用户自定义的函数应该是写在哪里,这里简单提示一下,在Microsoft SQL Server Managerment Studio里面,展开具体需要创建S...
分类:
数据库 时间:
2014-08-10 18:21:30
阅读次数:
258
内含《VC网络高级编程》电子书 及源码。 第一章、TCP/IP协议;第二章、Winsock网络编程接口;第二章、Visual C++与网络编程;第四章、基本网络编程技术;第五章、Telnet协议的实现;第六章、Http协议的实现;第七章、Ftp协议的实现;第八章、文件下载;第九章、UDP协议的实现;
下载地址:http://download.csdn.net/my...
分类:
编程语言 时间:
2014-08-10 01:49:59
阅读次数:
421
错误信息如下:标题: Microsoft SQLServer Management Studio Express------------------------------附加数据库 对于 服务器“TITANIC-PC/SQLEXPRESS”失败。 (Microsoft.SqlServer.Expr...
分类:
数据库 时间:
2014-08-09 23:04:39
阅读次数:
398
在使用指向函数的指针调用函数时,可以使用两种形式: 定义:int (*fun)(int a,int b); 赋值:fun = fun1; 调用:fun(a,b);或者(*fun)(a,b);均可。 下面是测试程序:(Visual Studio 2013)#define _CRT_SECURE_NO_...
分类:
其他好文 时间:
2014-08-09 18:12:38
阅读次数:
159
#1 下载jar包文件,#2 拷贝到libs目录下#3打开你的build.gradle,在dependencies加入如下代码dependencies{compilefiles('libs/android-support-v4.jar')compilefiles('libs/android-asyn...
分类:
移动开发 时间:
2014-08-09 15:42:28
阅读次数:
257
0.3.2
带SDK
无SDK
0.3.1
linux: http://dd.ma/PkslVZNz
max: http://dd.ma/BUrzqUYN
windows: http://dd.ma/fJITsRHP
0.3.0
linux: http://dd.ma/EEJVu0Sh
mac: http://dd.ma/BHwcWOJU
windows: http...
分类:
移动开发 时间:
2014-08-09 11:38:17
阅读次数:
392
EventHandler代理 用来表示处理一个没有事件数据(event data)的事件(event)的 方法。无论何时事件发生时,事件代理就被调用来触发以前事件驱动的其他事件(监听当前事件TCurrentEvent += TListenerEvent)。public delegate void E...
分类:
其他好文 时间:
2014-08-09 11:17:57
阅读次数:
229
During normal app use, the foreground activity is sometimes obstructed by other visual components that cause the activity to pause. For example, when a semi-transparent activity opens (such as one in the style of a dialog), the previous activity pauses. As...
分类:
移动开发 时间:
2014-08-09 02:36:37
阅读次数:
366
目标机器: CPU:AMD64 OS:Win 8 IDE: VisualStudio 2013 TargetSoft:3D MAX 2014
安装好VS和3DMAX 2014(with 3D MAX 2014 SDK)
由于开发插件需要vc100,一种办法是下载Visual Studio2010,另...
分类:
其他好文 时间:
2014-08-09 00:08:46
阅读次数:
276