摘要: 无聊之作,可以提意见,但别嘲笑啊package bean;import java.sql.Date;import annotationK.annotation.Column;import annotationK.annotation.Comment;import annotationK.annota... 阅读全文
posted @ 2015-11-20 11:06 匹夫鹏 阅读(733) 评论(0) 推荐(0) 编辑
摘要: package lucne.test;import java.io.File;import java.io.FileNotFoundException;import java.io.IOException;import java.util.ArrayList;import java.util.Has... 阅读全文
posted @ 2015-11-20 10:27 匹夫鹏 阅读(509) 评论(0) 推荐(0) 编辑
摘要: public static void delect(File s) { File b[] = null; if (s.exists()) {// 判读是否存在 if (s.isDirectory()) {// 判断是不是目录 ... 阅读全文
posted @ 2015-11-20 10:22 匹夫鹏 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.partent Partent pom 0.0.1-SNAPSHOT OOAT Maven Webapp http://maven.apache.org F:\Repositorys\MavenLib ... 阅读全文
posted @ 2015-11-20 10:02 匹夫鹏 阅读(4690) 评论(0) 推荐(0) 编辑
摘要: /*查看目录下所有的文件*/ package cn.file; import java.io.File;public class Text2 { public static void main(String[] args) { File a=new File("F:... 阅读全文
posted @ 2015-11-20 09:51 匹夫鹏 阅读(1157) 评论(0) 推荐(0) 编辑
摘要: package com.kzkj.wx.utils;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import... 阅读全文
posted @ 2015-11-20 09:46 匹夫鹏 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-11-20 09:17 匹夫鹏 阅读(2413) 评论(0) 推荐(0) 编辑
摘要: NSLog中的基础数据类型 输出格式: NSLog("")char: %cshort int: %hi %hx %hounsigned short int: %hu %hx %ho %hu %hx %hoint: %i %x %ounsigned int: %u %x %olong int: %li... 阅读全文
posted @ 2015-09-13 10:32 匹夫鹏 阅读(136) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// IOS-动画特效//// Created by wangtouwang on 15/5/5.// Copyright (c) 2015年 wangtouwang. All rights reserved.//#import "ViewContr... 阅读全文
posted @ 2015-05-06 10:34 匹夫鹏 阅读(443) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// UIView-图层概念//// Created by wangtouwang on 15/5/5.// Copyright (c) 2015年 wangtouwang. All rights reserved.//#import "ViewCo... 阅读全文
posted @ 2015-05-05 15:29 匹夫鹏 阅读(541) 评论(0) 推荐(0) 编辑