码迷,mamicode.com
首页 > 其他好文
转-XMPP(服务器Openfire)框架下,修改用户密码
1.先按照协议0077中修改密码的XML修改自己的{ /* bill newpass */ NSXMLElement*iq = [NSXMLElementelementWithName:@"iq"]; [iqaddAttributeW...
分类:其他好文   时间:2015-09-10 15:55:21    阅读次数:216
coredata实践
多图.1.创建空工程.2.3.4.创建一个单例,来管理coredata 的curd;5.创建单例后,.h文件//// SignCoreData.h// CustomCoreDataSample//// Created by GSS on 15/9/10.// Copyright (c) 20...
分类:其他好文   时间:2015-09-10 15:53:49    阅读次数:133
redis相关资料
http://blog.csdn.net/qiujialongjjj/article/details/17221777C# Redis实战(三) 连接池http://www.cnblogs.com/marsblog/p/3287275.htmlredis在.net架构中的应用(1)--使用servi...
分类:其他好文   时间:2015-09-10 15:53:06    阅读次数:119
Remove Nth Node From End of List
Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. After re...
分类:其他好文   时间:2015-09-10 15:52:18    阅读次数:126
Boost::split用法详解
工程中使用boost库:(设定vs2010环境)在Library files加上 D:\boost\boost_1_46_0\bin\vc10\lib在Include files加上 D:\boost\boost_1_46_0 1 // boostTest.cpp : 定义控制台应用程序的入口点。 ...
分类:其他好文   时间:2015-09-10 15:54:42    阅读次数:208
封装的关键字
/* 成员变量的作用范围: @public:在任何地方都能直接访问对象的成员变量 @private:只能在当前类的对象方法中直接访问,如果子类要访问需要调用父类的get/set方法 @protected:可以在当前类及其子类对象方法中直接访问(系统默认下是用它来修饰的) @package:...
分类:其他好文   时间:2015-09-10 15:51:53    阅读次数:134
百度地图POI全国小区楼盘数据
数据库中共含如下字段内容小区名称,省份,城市,区县,街道,地址,联系电话,纬度,经度全国百度小区楼盘数据量50万条样本下载:http://pan.baidu.com/s/1dDtg3xZ联系方式:网页:http://www.cnblogs.com/psteam/博客:http://blog.sina...
分类:其他好文   时间:2015-09-10 15:53:38    阅读次数:405
hdu 4472 dp
http://acm.hdu.edu.cn/showproblem.php?pid=4472第一个本能的找规律。第二直觉 树被分成的子树,然后,复发或DP然后发现不。然后,他们发现,他们并没有阅读题,。。,dp[i]=segma(dp[j] | (i-1)%j==0)#include #includ...
分类:其他好文   时间:2015-09-10 15:51:10    阅读次数:125
【stanford 机器学习】学习笔记(1)--单变量线性回归
课程来自斯坦福大学吴恩达教授 machine learning:https://www.coursera.org/learn/machine-learning/home/welcome1) Model representation(模型表示)回到第一课中的房屋价格预测问题, 首先它是一个有监督学习的...
分类:其他好文   时间:2015-09-10 15:51:16    阅读次数:332
E - Phone List(字典序,string类型使用)
DescriptionGiven a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone cata...
分类:其他好文   时间:2015-09-10 15:50:45    阅读次数:174
[LeetCode]Missing Number
Missing NumberGiven an array containingndistinct numbers taken from0, 1, 2, ..., n, find the one that is missing from the array.For example,Givennums=...
分类:其他好文   时间:2015-09-10 15:51:14    阅读次数:102
mybatis在xml文件中处理大于号小于号的方法
一、转义:< 大于号 & & 和 ' ’ 单引号 ...
分类:其他好文   时间:2015-09-10 15:50:09    阅读次数:104
Roman to Integer
Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999. 1 inline int c2n(char c) { 2 switc...
分类:其他好文   时间:2015-09-10 15:48:41    阅读次数:149
4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2015-09-10 15:48:09    阅读次数:126
3Sum Closest
Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. You m...
分类:其他好文   时间:2015-09-10 15:48:20    阅读次数:118
回车提交订单 做法
登 录
分类:其他好文   时间:2015-09-10 15:49:34    阅读次数:153
POJ 2378 Tree Cutting
Tree CuttingTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:237864-bit integer IO format:%lld Java class name:Ma...
分类:其他好文   时间:2015-09-10 15:46:44    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!