码迷,mamicode.com
首页 >  
搜索关键字:ext    ( 40754个结果
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
向第三方软件发送消息演示
这里仅仅是以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
HTTP协议详解 (转)
引言HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得到不断地完善和扩展。目前在WWW中使用的是HTTP/1.0的第六版,HTTP/1.1的规范化工作正在进行之中,而且HTTP-NG(Next Generatio...
分类:其他好文   时间:2014-04-29 22:05:03    阅读次数:747
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
Conditionals
1. Modulus operator (%)The modulus operator works on integers and yields the remainder when the first operand is divided by the second. In Python, the...
分类:其他好文   时间:2014-04-29 22:00:56    阅读次数:495
android 布局属性大全---初学者必备
Android功能强大,界面华丽,但是众多的布局属性就害苦了开发者,下面这篇文章结合了网上不少资料,花费本人一个下午搞出来的,希望对其他人有用。第一类:属性值为true或falseandroid:layout_centerHrizontal 水平居中android:layout_centerVert...
分类:移动开发   时间:2014-04-29 21:49:37    阅读次数:706
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!