DevOpSec DevOpSec
1年前
tomcat中JSESSIONID生成原理以及条件
序言:写这个文章的目的,就是把平时学习的一些东西做个笔记,以防以后忘记和查找方便使用。感兴趣的同学可以通过本文对tomcat中的session机制进行了解。写的不好之处请见谅。1、session和cookie的基础由于http协议是无状态的
Easter79 Easter79
3年前
tomcat 防止 session 丢失
引用clime\_fire的tomcat防止session丢失放在servlet.xmlHOST之间工程名称<Contextpath"/"docBase"ROOT"debug"0"reloadable"true"       <ManagerclassName"org.apache.cata
kelly kelly
3年前
iris-session梳理
入口api:iris.New()api.Adapt(gm.NewSession())session的构造gofuncNewSession()sessions.Sessions{db:redis.New(rs.Config{Network:rs.DefaultRedisNetwork,Ad
Easter79 Easter79
3年前
tidb使用坑记录
1、对硬盘要求很高,没上SSD硬盘的不建议使用2、不支持分区,删除数据是个大坑。解决方案:set@@session.tidb\_batch\_delete1; 3、插入数据太大也会报错解决方案:set@@session.tidb\_batch\_insert1; 4、删除表数据时不支持别名deletefrom表名表别名 
Stella981 Stella981
3年前
RoadFlow ASP.NET Core工作流配置文件说明
工作流配置文件及说明如下:{ "Logging":{  "LogLevel":{   "Default":"Warning"  } }, "AllowedHosts":"\", "Session":{  "UserIdKey":"RoadFlowUserId", //用户登录后写用户
Stella981 Stella981
3年前
Nginx+Keepalived(双机热备)搭建高可用负载均衡环境(HA)
基于NginxTomcatRedis负载均衡Session共享(https://my.oschina.net/xshuai/blog/916122)来实现后续的功能!
Wesley13 Wesley13
3年前
Using Redis For Session Storage
Afewdaysback,IwasjustmessingaroundwithRedis(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fredis.io%2F)andallofasuddentherewasanecessitywhereIhad
Wesley13 Wesley13
3年前
ThinkPHP 导出 excel
//导出excel/方法/publicfunctionexportExcel($expTitle,$expCellName,$expTableData){$xlsTitleiconv('utf8','gb2312',$expTitle);//文件名称$fileName$_SESSION'account'.
Stella981 Stella981
3年前
Spring Session工作原理
本文首发于vivo互联网技术微信公众号https://mp.weixin.qq.com/s/KCOFv0nRuymkX79RZi9eg(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2Fs%2FKCOFv0nRuymkX79RZi9eg)
Stella981 Stella981
3年前
Hibernate HQL查询
packagecn.sasa.test;importorg.hibernate.Session;importorg.hibernate.Transaction;importcn.sasa.domain.account;importcn.sasa.utils.HibernateUti