Stella981 Stella981
4年前
2018最新Web前端经典面试试题及答案
javascript: JavaScript中如何检测一个变量是一个String类型?请写出函数实现typeof(obj)"string"typeofobj"string"obj.constructorString请用js去除字符串空格?
Easter79 Easter79
4年前
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
4年前
Java笔试题库之选题题篇【1
1.下面中哪两个可以在A的子类中使用:()  classA{    protectedintmethod1(inta,intb){      return0;    }  }A.publicintmethod1(inta,intb){return0;}B.privateintme
Stella981 Stella981
4年前
RoadFlow .NET Core 工作流引擎部署在Linux环境注意事项
1、设置roadflow附件目录。    配置文件中:    !image.png(http://www.roadflow.net/Content/Manage/javascript/Ueditor/net/upload/image/20200630/6372912572714541193640643.png)    路径格式要设置为linu
Wesley13 Wesley13
4年前
vod_play.html修改播放器页面模板
这两条js不要丢,含在home\_include.html中,否则会无法加载播放器<scriptvarSitePath'{maccms:path}',SiteAid'{maccms:siteaid}',SiteTid'{maccms:sitetid}',SiteId'{maccms:siteid}';</script<sc
Stella981 Stella981
4年前
PG cannot execute UPDATE in a read
  PGcannotexecuteUPDATEinareadonlytransaction出现这种情况时,说明SQL语句可能是运行在一个PG集群中的非master节点上。查看data/pg\_hba.conf。  SELECTpg_is_in_recovery();Thiscannotreturntrueinam
Stella981 Stella981
4年前
Scrapy学习
基础知识爬虫发展史!(https://images2018.cnblogs.com/blog/1275420/201805/1275420201805212058308111094218837.png)爬虫去重1.存储到数据库中存取速度慢
Wesley13 Wesley13
4年前
IOS 获取手机设备信息
回顾一下,Android中获取手机设备相关信息:通过android.os.Build、context.getResources().getDisplayMetrics()、Settings.Secure.getString(context.getContentResolver(),Settings.Secure.ANDROID\_ID)、(Telephon
可莉 可莉
4年前
2018最新Web前端经典面试试题及答案
javascript: JavaScript中如何检测一个变量是一个String类型?请写出函数实现typeof(obj)"string"typeofobj"string"obj.constructorString请用js去除字符串空格?
Stella981 Stella981
4年前
Netty多人聊天室
在简单聊天室的代码中修改ChatServerHandler类,就可以模拟多人聊天的功能packagecom.cppdy.server;importio.netty.channel.Channel;importio.netty.channel.ChannelHandlerContext;importi