iOS网络编程开发—HTTP协议说明:apache tomcat服务器必须占用8080端口一、URL1.基本介绍URL的全称是Uniform Resource Locator(统一资源定位符)通过1个URL,能找到互联网上唯一的1个资源URL就是资源的地址、位置,互联网上的每个资源都有一个唯一的UR...
分类:
移动开发 时间:
2014-12-12 18:22:39
阅读次数:
224
字符串的截取主要2种方式:(URL格式的字符 不能截取 必须专程字符串才能截取) //取出图片的url地址 NSURL *url=[info objectForKey:UIImagePickerControllerReferenceURL]; NSLog(@"qqqq:%@",ur...
分类:
Web程序 时间:
2014-12-10 13:51:23
阅读次数:
148
View>ShowConsoleimporturllib.request,os,hashlib;h=‘7183a2d3e96f11eeadd761d777e62404‘+‘e330c659d4bb41d3bdf022e94cab3cd0‘;pf=‘PackageControl.sublime-package‘;ipp=sublime.installed_packages_path();urllib.request.install_opener(urllib.request.build_opener(ur..
分类:
其他好文 时间:
2014-12-07 06:41:34
阅读次数:
174
http://uoj.ac/problem/31纪念伟大的没有调出来的splay。。。竟然那个find那里写错了!!!!!!!!!!!!!以后要记住:一定要好好想过!(正解的话我就不写了,太简单了。。#include #include #include #include #include #incl...
分类:
其他好文 时间:
2014-12-07 00:00:31
阅读次数:
354
转自:http://blog.csdn.net/yutyliu/article/details/24346459stringt="";//整体下载IEnumeratordownfile(stringurl,stringLocalPath,UILabelDesLable){Uriu=newUri(ur...
分类:
编程语言 时间:
2014-11-29 10:06:28
阅读次数:
160
需求: 1,每天4点备份mysql数据; 2,为节省空间,删除超过3个月的所有备份数据; 3,删除超过7天的备份数据,保留3个月里的 10号 20号 30号的备份数据; #创建shell文件
vim?backup_mysql.sh
mysqldump?-ur...
分类:
数据库 时间:
2014-11-28 18:39:15
阅读次数:
285
public static void main(String[] args) { String url ="http://127.0.0.1:8080/teste/welcome/index.do?systemId=179#"; String ur=url.substring(0, url.inde...
分类:
Web程序 时间:
2014-11-28 15:49:35
阅读次数:
136
在上篇中我们展示了一个简单的get请求,并返回了一个简单的helloworld页面。本篇我们来学习如何来配置一个action的url映射规则。
在上篇中我们在HelloWorldController上配置了一个@RequestMapping(value = "/helloworld")这表示对该controller的所有action请求必须是以"/helloworld”开始。
1.UR...
分类:
编程语言 时间:
2014-11-24 22:33:56
阅读次数:
281
一些常用的正则表达式用户名:/^[a-z0-9_-]{3,16}$/密码:/^[a-z0-9_-]{6,18}$/十六进制值:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/电子邮箱:/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/UR...
分类:
其他好文 时间:
2014-11-21 14:17:53
阅读次数:
166
一 远程过程调用RPC
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is named by a UR...
分类:
编程语言 时间:
2014-11-17 15:56:14
阅读次数:
177