代码改变世界

阅读排行榜

DBUtils基本使用

2017-04-15 00:18 by 甘雨路, 190 阅读, 收藏,
摘要: 导入相关的jar包 阅读全文

Java IO 写文件

2016-11-22 11:22 by 甘雨路, 190 阅读, 收藏,
摘要: package com.lf.fileproject; import java.io.File; import java.io.FileOutputStream; import org.junit.Test; public class Test2 { @Test public void test2() { File file = new File("d:/... 阅读全文

UIScrollView现实循环滚动

2015-07-07 15:43 by 甘雨路, 182 阅读, 收藏,
摘要: 1 #import "RootViewController.h" 2 3 #define width [UIScreen mainScreen].bounds.size.width 4 #define heigthY 150 5 6 @interface RootViewController ... 阅读全文

struts2 框架的基本使用

2017-02-23 20:14 by 甘雨路, 181 阅读, 收藏,
摘要: struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* --> ... 阅读全文

安装Cocoapods(Pods 管理iOS 第三方库)

2015-11-04 23:46 by 甘雨路, 174 阅读, 收藏,
摘要: 安装 可先检测Mac电脑是否安装Pods。打开控制台: $ which pod 如果安装,结果如下;如果没有安装,控制台无反应。 /usr/bin/pod 如果没有安装, 以下命令安装之。 $ sudo gem install cocoapods 此时,安装的进度会 常慢。主要原因是cocoapod 阅读全文