码迷,mamicode.com
首页 >  
搜索关键字:add    ( 36740个结果
Android-网络通信框架Volley使用详解
1 Volley发送get请求: public void getJson() { ? ? String url = "http://"+host+":8080/web/json.jsp?username=xjs&password=123456"; ? ? mQueue.add(new JsonObjectRequest(Method.GET, url, null, ? ...
分类:移动开发   时间:2015-06-11 13:09:35    阅读次数:737
用管理员身份运行程序
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "c:\windows\system32\cmd.exe" /d "RUNASADMIN" /f红色部分...
分类:其他好文   时间:2015-06-11 12:26:01    阅读次数:107
xcode来引用swift版本的protocolbuf
首先从git下面找源文件 地址如下 点击打开链接https://github.com/alexeyxo/protobuf-swift 当然它的第七步不太好, 7.Add ./src/ProtocolBuffers/ProtocolBuffers.xcodeproj in your project. 我选用pod来在项目中去引用protocol, 去搜索下 pod search Pr...
分类:编程语言   时间:2015-06-11 09:34:09    阅读次数:338
火狐浏览器插件Modify Headers伪造IP地址
安装插件:先打开火狐浏览器 => 找到下载好的 modify_headers.xpi 插件文件 => 鼠标按住插件文件不放,拖拽到火狐浏览器界面 => 按提示重启浏览器 => 完成安装。在浏览器右上角点小图标,选择打开“Open ModifyHeaders”,如下图所示。如图依次选择 Add → 输...
分类:其他好文   时间:2015-06-11 09:15:34    阅读次数:499
laravel homestead vagrant box安装及使用
1.本地下载https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.6/providers/virtualbox.box下载该box2.本地添加vagrant box add laravel/homestead (path t...
分类:其他好文   时间:2015-06-11 06:55:35    阅读次数:200
临时文件,以后删除
if (gl_priorite'' then begin SQL.Clear; SQL.Add('SELECT count(*) AS nb FROM Actif'); SQL.Add(...
分类:其他好文   时间:2015-06-11 01:47:16    阅读次数:137
java的集合
ArrayList类示例1importjava.util.ArrayList;publicclassArrayListDemo1{ publicstaticvoidmain(String[]args){ ArrayList<String>list=newArrayList<String>();//建立一个空的ArrayList对象(泛型) list.add("r");//添加元素 list.add("s"); list.add("w"); l..
分类:编程语言   时间:2015-06-11 00:22:59    阅读次数:157
使用PowerShell修改Server20102R2系统配置
#更改IP地址$wmi=Get-WmiObjectwin32_networkadapterconfiguration-filter"ipenabled=‘true‘"$wmi.EnableStatic("192.168.88.12","255.255.255.0")$wmi.SetGateways("192.168.88.88")$wmi.SetDNSServerSearchOrder("192.168.88.11")#更改计算机名并加域Add-Computer-NewNames12..
分类:系统相关   时间:2015-06-11 00:22:46    阅读次数:203
2-Add Two Numbers
问题描述:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a si...
分类:其他好文   时间:2015-06-10 23:52:05    阅读次数:131
使用Microsoft excel 2007 进行数据分析---环境配置
使用Microsoft excel 2007 进行数据分析---环境配置。使用前需要安装SQL server 2008 data mining Add-ins for Microsoft excel office 2007这个插件。同时需要安装SQL server analysis services,并运行该服务。Analysis services包含在Microsoft server软件中。...
分类:其他好文   时间:2015-06-10 22:42:14    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!