上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页

2019年7月11日

摘要: 1.只读用户登录数据库 2.执行命令: mysql> unlock tables;mysql> set global read_only=0; 阅读全文
posted @ 2019-07-11 19:12 sunny_2016 阅读(873) 评论(0) 推荐(0)

2018年9月15日

摘要: 0、搭建环境:WIN10 64位 1.下载minGW.zip编译器 2.解决上述文件,配置环境变量 3.配置变成后验证:打开cmd命令行,输入gcc -v 提示以下内容,说明编译器安装成功 D:\mm>gcc -vUsing built-in specs.COLLECT_GCC=gccCOLLECT 阅读全文
posted @ 2018-09-15 19:16 sunny_2016 阅读(500) 评论(0) 推荐(0)

2018年7月31日

该文被密码保护。 阅读全文
posted @ 2018-07-31 19:23 sunny_2016 阅读(0) 评论(0) 推荐(0)
摘要: 2017年01月17日 17:08:25 阅读数:2044 2017年01月17日 17:08:25 阅读数:2044 阅读数:2044 import java.awt.AWTException;import java.awt.Robot;import java.awt.event.InputEve 阅读全文
posted @ 2018-07-31 19:21 sunny_2016 阅读(159) 评论(0) 推荐(0)

2018年4月14日

摘要: public class comstring { public static void main(String[] args) { // TODO Auto-generated method stub String a ="70099999"; String b = "RH007"; String 阅读全文
posted @ 2018-04-14 20:53 sunny_2016 阅读(99) 评论(0) 推荐(0)
摘要: public class compint { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub// int a = 70071234; int a = In 阅读全文
posted @ 2018-04-14 20:52 sunny_2016 阅读(270) 评论(0) 推荐(0)
摘要: public class splitdemo { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub String str = "abc,12,3yy98,0 阅读全文
posted @ 2018-04-14 20:51 sunny_2016 阅读(504) 评论(0) 推荐(0)
摘要: public class TestConvert2 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int i = 1,j; float f1 = 0 阅读全文
posted @ 2018-04-14 20:50 sunny_2016 阅读(113) 评论(0) 推荐(0)
摘要: public class TestConvert { /**容量小的类型自动转化为容量大的类型数据类型按容量大小排列 * byte,short,char -> int ->long->float->double * @param args前三种不相互转换,计算时先转回int */ public st 阅读全文
posted @ 2018-04-14 20:47 sunny_2016 阅读(105) 评论(0) 推荐(0)

2018年2月7日

摘要: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://WebXml.com.cn/"> <soapenv:Header/> <soapenv:Body> <web:g 阅读全文
posted @ 2018-02-07 13:28 sunny_2016 阅读(88) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页

导航