码迷,mamicode.com
首页 >  
搜索关键字:ext js    ( 135704个结果
开放中常用颜色代码
顏色英文名稱RGB16色顏色英文名稱RGB16色 Snow255 250 250#FFFAFA PaleTurquoise1187 255 255#BBFFFF GhostWhite248 248 255#F8F8FF PaleTurquoise2174 238 238#AEEEEE WhiteSm...
分类:其他好文   时间:2014-04-29 22:38:59    阅读次数:986
数据库基础
数据库基本操作
分类:数据库   时间:2014-04-29 22:36:52    阅读次数:558
Android 近百个项目的源代码
Android 近百个项目的源代码Android PDF 阅读器 http://sourceforge.net/projects/andpdf/files/个人记账工具 OnMyMeans http://sourceforge.net/projects/onmymeans/developAndroi...
分类:移动开发   时间:2014-04-29 22:33:46    阅读次数:640
每日陌生php函数
1,date_default_timezone_set(PRC) 设定一个脚本中所有日期函数的默认时区,PRC设置中国时区2,microtime(true) 返回当前unix微秒时间戳 1398681491.8171 ,一秒=1000毫秒,1毫秒=1000微秒3,round($str,int) .....
分类:Web程序   时间:2014-04-29 22:32:48    阅读次数:578
将div固定在页面某处 兼容ie6
一、样式:二、html代码: 我固定在页面顶部 我固定在页面底部
分类:其他好文   时间:2014-04-29 22:29:41    阅读次数:523
IOS简单的登陆界面
主要需要注意的几个问题: 1.导入图片方式最好用文件导入 代码: 在ViewController.m文件中 2.UILable常用属性 @property(nonatomic,copy) NSString *text; //设置文本内容 @...
分类:移动开发   时间:2014-04-29 22:28:37    阅读次数:616
在js自定义函数中使用$(event.target)代替$(this)
Insert title here子栏目和文章
分类:Web程序   时间:2014-04-29 22:22:27    阅读次数:615
向第三方软件发送消息演示
这里仅仅是以putty作为演示消息发送机制和控件搜索机制,不完善,待更新#include"stdafx.h"#include #include using namespace std;HWND FindTextBox(HWND hWnd,DWORD select_edit=1){ HWND hEdi...
分类:其他好文   时间:2014-04-29 22:20:23    阅读次数:587
Gibbs Sampling for the Uninitiated 笔记
费老劲看了parameter estimation for text analysis,这两天一定把这个gibbs sampling for the uninitiated看完><先收两个看起来不错的笔记:http://www.crescentmoon.info/?p=504http://www.x...
分类:其他好文   时间:2014-04-29 22:07:06    阅读次数:467
sqlserver 数据库中时间函数的建立
create function [dbo].[HtoSec](@lvalue as int)RETURNS intBEGINDECLARE @temp intSet @temp = @lvalue * 60 * 60RETURN @tempENDcreate function [dbo].[GetT...
分类:数据库   时间:2014-04-29 22:04:03    阅读次数:515
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!