window.ll = function f() { ll.history = ll.history || []; ll.history.push(arguments); if (this.console) { var a = arguments, c; ...
分类:
Web程序 时间:
2014-06-15 23:43:13
阅读次数:
410
这里我们主要介绍window平台下使用php的扩展gettext实现程序的国际化。步骤一:搭建环境1,首先查看你的php扩展目录下是否有php_gettext.dll这个文件,如果没有,这就需要你下载一个或是从其他地方拷贝一个,然后放到php扩展目录。2,打开php.ini,查找”;extensio...
分类:
Web程序 时间:
2014-06-15 23:25:15
阅读次数:
361
SetWindowLong函数介绍。SetWindowLong Unicode函数原型LONG SetWindowLong(hwnd,nIndex,lNewLong)HWND hwnd; /* handle of window */int nIndex; /* offset of value to ...
分类:
Windows程序 时间:
2014-06-15 23:21:22
阅读次数:
1167
关于Maltab2014a command window 出现乱码问题的解决。...
描述:在编辑短信界面按电源键锁屏后,重新按电源键点亮屏幕,并没有进入到锁屏界面而是在编辑短信界面,此时短信界面悬浮与锁屏界面之上,这时按返回键关闭编辑短信界面,回到锁屏界面,是如何实现的呢,只需要在需要实现该功能的界面(Activity)中的onCreate()方法中setContentView()方法之前添加以下代码:
// set this flag so this activit...
分类:
其他好文 时间:
2014-06-15 15:57:56
阅读次数:
176
var WebSocket = WebSocket || window.WebSocket || window.MozWebSocket;
var WebSocketManager = cc.Class.extend({
_wsObj:
null,
_wsReConnectTimes:
0,
_reConnectMax:
3,
_conn...
分类:
编程语言 时间:
2014-06-14 07:45:52
阅读次数:
526
楼主在硅谷某软件公司实习三个月
持续更新实习过程中的感受趣闻
1.组里6个人有三个美国长大的亚裔,除了一个法国人和我其余都是英语为母语的...亚历山大
2.周一周三free lunch,楼下遍地餐厅,味道非常知足
3.拿到一台Dell Precision M4800作为工作电脑,16G内存,NVIDIA高端显卡,市价23000人民币,标配Mac Air价格的三倍了。可是用起来一点也...
分类:
其他好文 时间:
2014-06-14 07:45:15
阅读次数:
300
把这段js粘贴进,设置可以分享的页面,当微信打开,即可微信进行分享各个圈
$(function(){
var lujing=$("#logimg").attr("src"); //分享中带有的图片
var url=window.location.href; //分享页的地址
var title=document.title; ...
分类:
微信 时间:
2014-06-13 21:25:38
阅读次数:
484
问题如图:
不和其他的在同一窗体中,而且拖动也拖不进去,则是使用以下方法:
点击工具栏上的Window--->点击Reset Perspective...这样就可以解决了。...
分类:
编程语言 时间:
2014-06-13 20:41:07
阅读次数:
384
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-06-13 20:36:56
阅读次数:
280