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
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
jqGrid安装很简单,只需把相应的css、js文件加入到页面中即可。按照官网文档:/myproject/css/ ui.jqgrid.css /ui-lightness/ /images/ jquery-ui-1.7.2.custom.css/myproject/js/ /i18n/ grid.l...
分类:
其他好文 时间:
2014-09-23 13:27:24
阅读次数:
187
zencart目录结构文件路径注释index.php主文件includes/templates/[custom template folder]/common/html_header.php页面的head部分includes/templates/[custom template folder]/co...
分类:
其他好文 时间:
2014-09-23 13:02:14
阅读次数:
231
import java.util.List;
import java.util.Map; import org.apache.log4j.Logger; import com.eviware.soapui.SoapUI;
import com.eviware.soapui.SoapUIProSett...
分类:
其他好文 时间:
2014-09-22 22:33:13
阅读次数:
232
pop_heap原型:
std::pop_heap
default (1)
template
void pop_heap (RandomAccessIterator first, RandomAccessIterator last);
custom (2)
template
void pop_heap (RandomAcc...
分类:
其他好文 时间:
2014-09-22 19:25:23
阅读次数:
183
在使用自定义titlebar时候,使用以下方法设置自己的标题栏:
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(R.layout.main);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,R.layout....
分类:
移动开发 时间:
2014-09-21 18:27:43
阅读次数:
268
http://spjsblog.com/2013/12/08/spjs-upload-for-sharepoint-custom-upload-page-for-uploading-documents-to-various-document-libraries-in-a-site-collectio...
分类:
Web程序 时间:
2014-09-18 23:33:04
阅读次数:
253