1. 双击mysql-5.5.28-win32.exe(或者mysql-5.5.28-winx64)点击下一步,接受许可。2. 点击custom 3. 将安装路径修改为d盘 4. 点击下一步,安装5. 安装过程中弹出如下窗口,一直点击下一步即可 6. 完成安装时注意勾选运行mysql实例配置工具.....
分类:
数据库 时间:
2014-09-25 09:51:38
阅读次数:
313
Call custom c++ from Luacocos2d-x lua binds c++ class, class functions ,enum and some global functions to lua through auto-binding by bindings-generat...
分类:
其他好文 时间:
2014-09-24 22:14:47
阅读次数:
236
Invalid asset name supplied: , or invalid scale factor: 2.000000错误解决方法:
错误原因:在ios7中设置imageView的image时,实例化image时不能传nil,(cell.imageView.image = [UIImage imageNamed:nil] 上图所报的错,就是因为这句话)。
在ios6中,这...
分类:
其他好文 时间:
2014-09-24 19:59:37
阅读次数:
203
1、va设置
1)在注册表HKEY_CURRENT_USER\Software\Whole Tomato\Visual Assist X\VANet8下的ExtHeader和ExSource中分别添加.cuh和.cu
2)在vs界面选择Visual Assist X Options->Projects->C/C++ Directories,Platform下拉框选"Custom",Show D...
分类:
其他好文 时间:
2014-09-24 19:07:23
阅读次数:
317
App::error(function($exception, $code) { switch ($code) { case 403: return Response::view('errors.403', array(), 403); case 404: return Response::view...
分类:
其他好文 时间:
2014-09-24 16:18:57
阅读次数:
210
当用ATL向导来创建一个接口的时候,向导会让我们选择Dual或者Custom.
那么它们到底有什么分别呢?
Dual
鼠标移上去,其实是有个说明的。下面的截图没有显示后面的一些文字,
实际意思是说这个接口同时支持IDispatch方式和vtable方式,这大概也就是双接口(Dual)名字的来源。
vtable调用方式,指的是直接通过接口指针的虚函数表。比如
CComPtr spCar;...
分类:
其他好文 时间:
2014-09-24 13:02:26
阅读次数:
222
方法如下:
(1) 将Efuse如下Enable_SW_JTAG_CON bit烧起来
[ Security control ]
; if Enable_SW_JTAG_CON = 1, enable sw control to jtag
Enable_SW_JTAG_CON = 1
(2) 将alps\mediatek\custom\$...
分类:
移动开发 时间:
2014-09-24 11:06:56
阅读次数:
199
Openxml读取Excel数据:有些问题,如果当Cell里面是日期和浮点型的话,对应的Cell.DataType==Null,对应的时间会转换为一个浮点型,对于这块可以通过DateTime.FromOADate(double d)转换为时间。可是缺点的地方就是,如果Cell.DataType =....
分类:
其他好文 时间:
2014-09-24 02:01:47
阅读次数:
199
Building a Drop-Down Filter List for a DataGridView Column Header Cell参考:http://msdn.microsoft.com/zh-cn/library/aa480727(en-us).aspx1、引用DataGridViewA...
From google: If your app uses a custom image as the background of the bar, you'll need to provide a “taller” image so that it extends up behind the st...
分类:
移动开发 时间:
2014-09-23 13:38:34
阅读次数:
147