码迷,mamicode.com
首页 >  
搜索关键字:window 卸载cygwin    ( 28372个结果
jquery下简化 console.log 的写法
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
php程序的国际化
这里我们主要介绍window平台下使用php的扩展gettext实现程序的国际化。步骤一:搭建环境1,首先查看你的php扩展目录下是否有php_gettext.dll这个文件,如果没有,这就需要你下载一个或是从其他地方拷贝一个,然后放到php扩展目录。2,打开php.ini,查找”;extensio...
分类:Web程序   时间:2014-06-15 23:25:15    阅读次数:361
Delphi SetWindowlong 的使用方法及介绍
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
JFace dailog button事件中刷新透视图异常 Trying to execute the disabled command org.eclipse.ui.window.closePerspective
报错的代码为protected void buttonPressed(int buttonId) {Display.getDefault().syncExec(new Runnable() { public void run() { localpmtsStreamViewsAction.r...
分类:Windows程序   时间:2014-06-15 22:51:34    阅读次数:684
CSS 字体
华文细黑:STHeiti Light [STXihei]华文黑体:STHeiti华文楷体:STKaiti华文宋体:STSong华文仿宋:STFangsong俪黑 Pro:LiHei Pro Medium俪宋 Pro:LiSong Pro Light标楷体:BiauKai苹果俪中黑:Apple LiG...
分类:Web程序   时间:2014-06-15 22:38:24    阅读次数:260
android 窗体透明的,黑暗度等的设置技巧
设置透明度(这是窗体本身的透明度,非背景)1 WindowManager.LayoutParams lp=getWindow().getAttributes();2 lp.alpha=0.3f;3 getWindow().setAttributes(lp);alpha在0.0f到1.0f之间。1.0...
分类:移动开发   时间:2014-06-15 22:26:12    阅读次数:335
Matlab2014a command window出现乱码
关于Maltab2014a command window 出现乱码问题的解决。...
分类:Windows程序   时间:2014-06-15 17:20:48    阅读次数:420
Cocos2d-x-javaScript 的webSocket的代码
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
微信的分享功能(针对web手机站页面进行的分享功能)
把这段js粘贴进,设置可以分享的页面,当微信打开,即可微信进行分享各个圈 $(function(){     var lujing=$("#logimg").attr("src");  //分享中带有的图片     var url=window.location.href;         //分享页的地址     var title=document.title;        ...
分类:微信   时间:2014-06-13 21:25:38    阅读次数:484
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!