码迷,mamicode.com
首页 >  
搜索关键字:type    ( 51964个结果
自定义吐司来电显示
private final WindowManager.LayoutParams mParams = new WindowManager.LayoutParams(); public void showToast(String incomingNumber) { final WindowManage... ...
分类:其他好文   时间:2017-01-26 01:05:43    阅读次数:180
js php 互调
1 JS方式调用PHP文件并取得php中的值 举一个简单的例子来说明: 如在页面a.html中用下面这句调用: <script type="text/javascript" src="b.php?action=test"></script> <script type="text/javascript ...
分类:Web程序   时间:2017-01-25 18:56:56    阅读次数:302
Bing Maps必应地图
必应地图支持中英文地图的切换。 英文:<script charset="UTF-8" type="text/javascript" src="http://dev.ditu.live.com/mapcontrol/mapcontrol.ashx?v=6.2&mkt=en-us"> 中文:<scrip ...
分类:其他好文   时间:2017-01-25 18:51:33    阅读次数:316
头文件中结构体互相引用的问题
先上代码看下错误的例子: 编译提示:./include/thread_pool.h:31:5: error: unknown type name ‘thpool_handle_t’ 修改如下解决: ...
分类:其他好文   时间:2017-01-25 18:50:08    阅读次数:210
jmeter java 请求 payload
1.注册页面抓包看见内容如下: POST http://test.nnzhp.cn/bbs/forum.php?mod=post&action=edit&extra=&editsubmit=yes HTTP/1.1Host: test.nnzhp.cnConnection: keep-aliveCo ...
分类:编程语言   时间:2017-01-25 16:26:53    阅读次数:1806
HTTP协议概述
HTTP协议概述 URI(Uniform Resource Identifier) 用来标识网络上特定的服务器资源,URI有两种形式,分别为URL和URN: URL(Uniform Resource Locator) URL是目前被最广泛使用的一种形式,URL描述了一台特定服务器上某资源的特定位置。 ...
分类:Web程序   时间:2017-01-25 15:23:49    阅读次数:345
javaweb登录验证码的实现
第一种 第一步: JSP <li><input name="validCode" id="validCode" type="text" class="loginvalid" value="" onclick="JavaScript:this.value=''"/><img src="${path}/ ...
分类:编程语言   时间:2017-01-25 15:22:14    阅读次数:253
CSS3效果:多效果组合
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: 0; padding:0 } html,body{ height: 100% ...
分类:Web程序   时间:2017-01-25 07:44:17    阅读次数:252
jQuery图片轮播
<html ><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>图片轮播</title><style>*{margin:0px;padding:0px;}.one{ float:lef ...
分类:Web程序   时间:2017-01-25 01:04:42    阅读次数:292
Delphi获得一个进程的主窗体(GetWindow(AHandle, GW_OWNER)等于0的窗体才是主窗体,并且要IsWindowVisible排除Application窗口)
type TMainWindow = packed record ProcessID: THandle; MainWindow: THandle; end; PMainWindow =^ TMainWindow; function IsMainWindow(AHandle: THandle): Bo ...
分类:移动开发   时间:2017-01-24 23:46:32    阅读次数:555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!