码迷,mamicode.com
首页 >  
搜索关键字:imp    ( 14704个结果
android之Fragment基础详解(一)
一、Fragment的设计哲学 Android在3.0中引入了fragments的概念,主要目的是用在大屏幕设备上——例如平板电脑上,支持更加动态和灵活的UI设计。平板电脑的屏幕比手机的大得多,有更多的空间来放更多的UI组件,并且这些组件之间会产生更多的交互。 针对屏幕尺寸的差距,很多情况下,都是先 ...
分类:移动开发   时间:2016-12-27 20:24:32    阅读次数:241
arcgis出图步骤(缩减版)
public boolean dzjyfbPicture(Map map) throws UnknownHostException, IOException { try { // 参数初始化 String sType = (String)map.get("sType"); S... ...
分类:其他好文   时间:2016-12-27 20:14:07    阅读次数:258
[python] ORM 第一次注释
不懂的东西还太多,就当是自己监督自己吧 ...
分类:编程语言   时间:2016-12-27 13:22:01    阅读次数:355
实现ApplicationContextAware接口时,获取ApplicationContext为null
将懒加载关闭,@Lazy(false),默认为true ...
分类:移动开发   时间:2016-12-27 10:00:56    阅读次数:366
实验任务4
作业提交说明: (1)与电子作业同时提交纸质版,纸质版需在课前写好,清晰工整。 (2)文档中的截图,应清晰,不能太小看不出来。 1.输入成绩,判断成绩是否及格。(10分) 2.输入成绩,判定成绩的等级。(20分) 成绩(≥90优秀 ≥80良好 ≥70中等 ≥60及格 <60不及格) 3.用户登录。当 ...
分类:其他好文   时间:2016-12-27 09:48:58    阅读次数:243
Swift_提醒框
import UIKit class ViewController: UIViewController { var button : UIButton! var array = NSMutableArray() override func viewDidLoad() { super.viewDidL ...
分类:编程语言   时间:2016-12-27 09:45:40    阅读次数:264
What is the difference between routine , method , procedure , function ? please explain it with example?
a method is named and attached to an object. so, for example, a method is like a function but is contained inside a class. its scope is limited to tha ...
分类:其他好文   时间:2016-12-27 07:29:12    阅读次数:141
协议分析TMP
最近闲来有事, 分析了一个非常低端(非常低端的意思是说你不应该对她是否能取代你现有的QQ客户端作任何可能的奢望,她只是一个实验性的东西)的手机QQ的协议, 是手机QQ3.0, 所用到的TCP/HTTP通信协议版本是1.4, 也不知道是哪一年release的了, 至少有七八年的历久了吧, 反正就是:  ...
分类:其他好文   时间:2016-12-27 01:15:35    阅读次数:976
Java_io_PrintWriter和BufferedReader
package stream;import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.FileNotFoundException;import java.io.FileReader;import java. ...
分类:编程语言   时间:2016-12-26 23:56:55    阅读次数:332
eclipse 中的Project Explorer 的项目不见了,可实际的工作空间有
不得不说下,这一个个项目找不见,真的令人心慌慌,试着import 发现文件存在,可就是不出来 恩恩,使劲的查了百度 csdn 什么的 ,终于找到解决办法。 1:关闭eclipse 2: 将工作空间里的.metadata文件删除 3: 重启eclipse 4:重新导入项目 ...
分类:系统相关   时间:2016-12-26 21:36:30    阅读次数:3443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!