码迷,mamicode.com
首页 >  
搜索关键字:thinkphp源码学习 data_to_xml函数 xml array    ( 86126个结果
android 上下文菜单详解
本文使用xml来创建上下文菜单 orderInCategory属性为排列顺序MyActivity的布局: MyActivity.javapackage com.example.contextMenuTest;import android.app.Activity;...
分类:移动开发   时间:2014-05-05 21:41:07    阅读次数:445
Team--时代团队项目组会议记录 2014/4/24
软件工程项目组Z.XML会议记录 【例会时间】2013年4月24日星期四14:00-16:00 【例会形式】小组讨论 【例会地点】第九实验楼502 【例会主持】苏林东 【会议记录】安娜 【会议成员】苏林东、李帅、安娜、吴威、王鑫楠、黄为 会议整体流程 一、签到 二、人员调整 三、...
分类:其他好文   时间:2014-05-05 21:26:42    阅读次数:222
【LeetCode】Remove Element
题目: Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't matter what you leave beyond the new len...
分类:其他好文   时间:2014-05-05 12:58:57    阅读次数:294
C# 网络编程之通过豆瓣API获取书籍信息(一)
这篇文章主要是讲述如何通过豆瓣API获取其书籍.一.豆瓣API介绍 二.C#获取豆瓣书籍信息 三.遇到的问题及总结 它仅仅是一篇C#网络编程的基础性文章,它主要通过HTTP获取豆瓣API返回的XML,并解析书籍对应的结点信息实现.同时也遇到了一些问题,希望对大家有所帮助....
分类:Windows程序   时间:2014-05-04 00:13:39    阅读次数:523
codeforces A. Array题解
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets so as the following conditions hold: The product of all numbers in the first set is less ...
分类:其他好文   时间:2014-05-03 23:51:19    阅读次数:621
[leetcode] Best Time to Buy and Sell Stock III
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-03 23:21:20    阅读次数:292
spring mvc利用MultipartResolver解析Multipart/form-data进行文件上传
之前的表单数据都是文本数据,现记录:利用MultipartResolver进行文件上传。①首先,需引入commons-fileUpload和commons-io jar包,pom.xml文件的坐标:3.2.1.RELEASEorg.springframeworkspring-webmvc${spr....
分类:编程语言   时间:2014-05-03 22:39:20    阅读次数:441
ibatis知识点
1:ibatis是apache的一个开源的项目,是一个O/R mapping解决方案,优点,小巧,灵活。2:搭建环境:导入ibatis相关jar包,jdbc驱动包等3:配置文件: jdbc连接的属性文件(.property文件) 总配置文件(xml文件) 关于每个实体的映射文件(map文...
分类:其他好文   时间:2014-05-03 22:30:39    阅读次数:250
[ACM] poj 2823 Sliding Window (单调队列)
Sliding Window Time Limit: 12000MS   Memory Limit: 65536K Total Submissions: 36315   Accepted: 10756 Case Time Limit: 5000MS Description An array of size n ≤ 106 is gi...
分类:Windows程序   时间:2014-05-03 17:20:55    阅读次数:450
EditText添加边框
首先准备两张图片,一张是EditText获得焦点后的边框背景,一张是没有获得焦点时的背景,注意制作成9.png样式的图片,然后在drawable里添加一个selector_edittext_bg.xml文件,内容如下:<?xmlversion="1.0"encoding="utf-8"?><selectorxmlns:android="http://schemas...
分类:其他好文   时间:2014-05-03 15:00:05    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!