子非鱼 子非鱼
2年前
引用不可变和对象不可变
什么是不可变的对象呢?我们都知道String是不可变的,如果有涉及大量的字符串拼接我们最好不要用String,虽然我们在代码中可以这样写:javaStringstr"test";str"test1";这样写是没有错的,这是不是和我们所说的String类型时不可变的违背了呢?其实不然,我们这里看到str“改变”了值,其实不是不是真正改变了,而是改变
执键写春秋 执键写春秋
3年前
Java中的异常丢失与异常链
1.异常丢失1.1在finally子句中抛出异常。packageperson.xsc.datamanage;classMyException1extendsExceptionpublicStringtoString()return"测试异常————test1";classMyException2extendsException
Wesley13 Wesley13
3年前
mysql主丛之基于binlog的不停业务配置主从
一环境准备主:192.168.132.121从:192.168.132.122主的数据库上面已经有数据,而且还在不断的写入mysqlselectfromdarren.test;|id||1||2|
Wesley13 Wesley13
3年前
JS动态加载JS
1、直接document.write<scriptlanguage"javascript"document.write("<scriptsrc'test.js'<\\/script");</script2、动态改变已有script的src属性<scriptsrc''id"s1"</script<
Wesley13 Wesley13
3年前
mysql用户以及用户授权
1.1创建mysql用户mysqlcreateusertestidentifiedby'test';1.2为用户授权后面不加identified。grantselectontest.\totest@localhost;1.3查看MYSQL数据库中所有用户selectdistinctconcat('User:
Stella981 Stella981
3年前
Android富文本
采用html方式Html.from(Stringhtml);Html.fromHtml("<font color\"red\"<iHello</i</font <uworld</u ! <diy test</diy <img src\"ic_launcher.png\"/",new ImageG
Stella981 Stella981
3年前
POI导入大excel文件
package me.shanzhi.test;import java.io.InputStream;import java.util.ArrayList;import java.util.Iterator;import java.util.List;import org.apac
Stella981 Stella981
3年前
Mybatis useGeneratedKeys 填充自增主键值(使用Mysql)的原理分析
一、Mybatis配置<insertid"insert"parameterType"com.test.TestDO"keyProperty"id"useGeneratedKeys"true"useGeneratedKeys“true”时,mybatis会将自增ID值填充到TestDO对象中的id(
Stella981 Stella981
3年前
QString组合、拆分。
1、组合字符常用arg()函数QStringtestQString("_haha_%1_hehe%2").arg("ee").arg("aa");      //test"_haha_ee_heheaa"eg:arg(constQString&a,intfieldWidth0,QCharfillCh
WeiSha100 WeiSha100
2年前
五网合一线上网校系统源代码
五网合一,私有化部署,可局域网部署,内部使用,支持多个终端,除了练题刷题功能,还有功能点播,直播,考试等,有前后台源码,开发文档,数据字典,源码可二次开发。演示网站:网站首页:http://test.weisha100.net/ 【电脑打开自动进入电脑端,手机打开自动进入手机端】学员登录入口:http://test.weisha100.net/studen