07 2018 档案
摘要://///////////////////////////////以下是skuRequest的实体类对象
阅读全文
摘要:List sn=[123,1231,1231,231] sn.toString();//[123,1231,1231,231] sn.join(',').toString();//123,1231,1231,231
阅读全文
摘要:https://jingyan.baidu.com/article/454316ab715218f7a7c03a9d.html 登录SQLServer数据库: 服务器名称填写格式为IP,端口号,输入登录名和密码后进行连接。 登录SQLServer数据库: 服务器名称填写格式为IP,端口号,输入登录名
阅读全文
摘要:Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查
阅读全文
摘要:1、关闭ubuntu的防火墙ufw disable开启防火墙ufw enable2、卸载了iptablesapt-get remove iptables3、关闭ubuntu中的防火墙的其余命令iptables -P INPUT ACCEPTiptables -P FORWARD ACCEPTipta
阅读全文
摘要:String str="Java string split test"; String[] strarray=str.split(" ");//得到一个List数组 for (int i = 0; i < strarray.length; i++)//循环输出数组内容 System.out.prin
阅读全文

浙公网安备 33010602011771号