package lianxi; import java.util.*; public class Xvexichengji { public static void main(String[] args) { System.out.println("输入姓名"); Scanner xingming ...
分类:
其他好文 时间:
2016-05-14 12:47:37
阅读次数:
170
package com.example.wang.testapp2; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import andro ...
分类:
移动开发 时间:
2016-05-14 11:28:18
阅读次数:
273
package com.hanqi.test; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivi ...
分类:
移动开发 时间:
2016-05-14 10:13:49
阅读次数:
219
1-KehoutiActivity.java package com.example.lenovo.textapp4; import android.app.AlertDialog; import android.content.DialogInterface; import android.con ...
分类:
其他好文 时间:
2016-05-14 10:11:32
阅读次数:
177
######################################################## Step One: Update the software package in your operation system. THE COMMAND YOU CAN TYPE INTO ...
分类:
数据库 时间:
2016-05-14 06:41:56
阅读次数:
271
package com.text_1; public class lianxi1111 { public static void main(String[] args) { // TODO 自动生成的方法存根 //代码实现判断字符串的开头和结尾 String str="jnjcubhksbwiowh ...
分类:
其他好文 时间:
2016-05-14 00:41:23
阅读次数:
225
目标:将本人写博客时候的截图保存到桌面的图片 执行保存到指定文件进行整理 并写入数据库 先看最终的目录结构: package.json文件: 通过npm install node-schedule --save //--save的作用是将其加入package.json的dependencies(依赖 ...
分类:
数据库 时间:
2016-05-13 23:12:49
阅读次数:
293
Volley是android官方开发的一个HTTP框架,简化了利用java中原生的HTTP操作API-HttpURLConnection和HttpClient的操作。 一、首先是Volley的简单使用示例: 1 package com.dqxst.first; 2 3 import android. ...
分类:
移动开发 时间:
2016-05-13 20:33:20
阅读次数:
337
package t4; import java.util.Scanner; public class t4 { public static void main(String[] args) { String s=new String(); Scanner sc=new Scanner(System. ...
分类:
编程语言 时间:
2016-05-13 19:11:50
阅读次数:
228
package t4; import java.util.Scanner; public class t4 { public static void main(String[] args) { String s=new String(); Scanner sc=new Scanner(System. ...
分类:
编程语言 时间:
2016-05-13 19:09:00
阅读次数:
237