上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页

2019年7月27日

摘要: 1.网上给出的方法在百度的富文本控件ueditor中不起作用切换框架失败 2.利用ueditor的api文档,通过js不使用框架切换即可实现轻松写入 eg:ue.setContent('hello') 阅读全文
posted @ 2019-07-27 10:09 sunny_2016 阅读(467) 评论(0) 推荐(0)

2019年7月11日

摘要: 1.只读用户登录数据库 2.执行命令: mysql> unlock tables;mysql> set global read_only=0; 阅读全文
posted @ 2019-07-11 19:12 sunny_2016 阅读(867) 评论(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 阅读(495) 评论(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 阅读(154) 评论(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 阅读(95) 评论(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 阅读(263) 评论(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 阅读(499) 评论(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 阅读(108) 评论(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 阅读(99) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页

导航