码迷,mamicode.com
首页 >  
搜索关键字:con    ( 2749个结果
吴裕雄--天生自然 PHP开发学习:MySQL子句
"; } mysqli_close($con); ?> "; } ?> ...
分类:数据库   时间:2019-05-31 16:38:56    阅读次数:136
mysql相关
启动tomcat,mysql提示连接数超过限制, 查询mysql最大连接数: SHOW VARIABLES LIKE '%max_con%'; 修改max_connections的值就可以了,超时时间过长也会导致连接数过多. 查询超时时间: show global variables like 'w ...
分类:数据库   时间:2019-05-29 18:04:14    阅读次数:142
以太坊中文文档翻译-智能合约
本文 "原文链接" 点击这里获取 "Etherscan API 中文文档(完整版)" 完整内容排版更好,推荐读者前往阅读。 智能合约(Contracts) 智能合约相关的 API,接口的参数说明请参考 "Etherscan API 约定" , 文档中不单独说明。 Newly verified Con ...
分类:其他好文   时间:2019-05-26 19:57:41    阅读次数:514
Aspect-Oriented Programming : Aspect-Oriented Programming with the RealProxy Class
Aspect-Oriented Programming : Aspect-Oriented Programming with the RealProxy Class A well-architected application has separate layers so different con ...
分类:Web程序   时间:2019-05-21 11:18:41    阅读次数:109
Oracle统计、分析和优化环境配置
Oracle统计、分析和优化环境配置 创建批处理文件Login.bat 用于初始化设置系统环境 Login.bat @echo off title eoda mode con cols=140 color 85 set ORACLE_SID=muphy sqlplus eoda/foo 创建数据库脚 ...
分类:数据库   时间:2019-05-19 18:14:01    阅读次数:137
解决退出登录清空sesson后到首页点后退可以直接到会员信息页面依然需要刷新页面才到登录页面
解决办法为: (1) 用HTML标签设置HTTP头信息 <meta http-equiv="Pragma" content="no-cache">header("Cache-Control: no-cache, must-revalidate")<meta http-equiv="Cache-Con ...
分类:其他好文   时间:2019-05-17 21:56:37    阅读次数:154
高阶操作
[TOC] Outline where scatter_nd meshgrid Where where(tensor) where获得以下表格中True的位置 1|2|3 | | True|False|False False|True|False False|False|True where(con ...
分类:其他好文   时间:2019-05-14 20:51:19    阅读次数:181
git
一、git和github git:版本控制工具。 github:提供git仓库托管服务的平台。 用git控制版本,用github托管git仓库到网络。 二、git 初始化配置github的用户名和邮箱 git config --global user.name "your name" git con ...
分类:其他好文   时间:2019-05-12 13:48:19    阅读次数:110
CF1088F Ehab and a weird weight formula
CF1088F Ehab and a weird weight formula 推性质猜结论题 第一步转化,考虑把点的贡献加到边里: $con=\sum (log_2(dis(a_u,a_b))\times min(a_u,a_v))+a_u+a_v$ 然后一个结论: 一个点最多有一个相邻的点比它小 ...
分类:其他好文   时间:2019-05-09 10:54:20    阅读次数:155
sql server 时间格式 convert
Sql Server 中一个非常强大的日期格式化函数Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AMSelect CONVERT(varchar(100), GETDATE(), 1): 05/16/06Select CON ...
分类:数据库   时间:2019-05-06 14:41:49    阅读次数:150
2749条   上一页 1 ... 43 44 45 46 47 ... 275 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!