Wesley13 Wesley13
3年前
java反射练习 对集合中元素 按照方法进行排序
/\\\对集合中元素按照指定方法进行排序\\@paramlist需要排序的集合\@paramproperty时间对象在集合对象中属性名称\@parammethod排序字段get方法\@paramreverse是否倒序\/publicstatic<Tvoidsor
Easter79 Easter79
3年前
SQLSTATE[01002] Adaptive Server connection failed (severity 9)
php使用dblib连接SQLserver报错:SQLSTATE\01002\AdaptiveServerconnectionfailed(severity9)解决方法1:在 /usr/local/freetds/etc/freetds.conf(具体位置可能不同)中添加:mssql
Wesley13 Wesley13
3年前
Java笔试题库之选题题篇【1
1.下面中哪两个可以在A的子类中使用:()  classA{    protectedintmethod1(inta,intb){      return0;    }  }A.publicintmethod1(inta,intb){return0;}B.privateintme
Wesley13 Wesley13
3年前
vod_play.html修改播放器页面模板
这两条js不要丢,含在home\_include.html中,否则会无法加载播放器<scriptvarSitePath'{maccms:path}',SiteAid'{maccms:siteaid}',SiteTid'{maccms:sitetid}',SiteId'{maccms:siteid}';</script<sc
Stella981 Stella981
3年前
Scrapy学习
基础知识爬虫发展史!(https://images2018.cnblogs.com/blog/1275420/201805/1275420201805212058308111094218837.png)爬虫去重1.存储到数据库中存取速度慢
Stella981 Stella981
3年前
IDEA反编译jar包源码
1、maven项目查看jar源码!(https://img2018.cnblogs.com/blog/251429/201908/25142920190823155244183942075597.png)如何在idea中查看jar包源码(https://www.oschina.net/action/GoToLink?urlhttps%
Wesley13 Wesley13
3年前
IOS 获取手机设备信息
回顾一下,Android中获取手机设备相关信息:通过android.os.Build、context.getResources().getDisplayMetrics()、Settings.Secure.getString(context.getContentResolver(),Settings.Secure.ANDROID\_ID)、(Telephon
可莉 可莉
3年前
2018最新Web前端经典面试试题及答案
javascript: JavaScript中如何检测一个变量是一个String类型?请写出函数实现typeof(obj)"string"typeofobj"string"obj.constructorString请用js去除字符串空格?
Stella981 Stella981
3年前
SpringBoot 部署到linux环境
第一部分:Springboot项目部署说明:工具使用的是IEDA第一:项目打包1.在pom文件中添加插件<build<plugins<plugin<groupId
Stella981 Stella981
3年前
Netty多人聊天室
在简单聊天室的代码中修改ChatServerHandler类,就可以模拟多人聊天的功能packagecom.cppdy.server;importio.netty.channel.Channel;importio.netty.channel.ChannelHandlerContext;importi