#HANG

kibana提示"[illegal_argument_exception] mapper [hits] cannot be changed from type [long] to [integer]"

=============================================== 2019/1/30_第1次修改               &n...

ASP.Net Core使用redis连接池(StackExchange.Redis.ConnectionPool)

=============================================== 2020/3/28_第1次修改               &n...

FlowLayout OnSizeChanged

在FlowLayout里加了20个控件,当窗口变化时,改变这20个控件的宽高,结果发现在直接点最大化时,计算不正确导致自身的滚动条出不来。把改变大小的代码直接添加Form窗口的onSizeChagned可以。...
代码星球 ·2020-04-01

pt-online-schema-change的实现原理

pt-online-schema-change用于MySQL的在线DDL。下面结合官方文档和generallog来分析其实现原理。 测试表mysql>showcreatetablet2G***************************1.row***************************...

WPF 自定义NotifyPropertyChanged

///<summary>///实现了属性更改通知的基类///</summary>publicclassBaseNotifyPropertyChanged:System.ComponentModel.INotifyPropertyChanged{///<summary>///属性值变化...

[C#] 使用 StackExchange.Redis 封装属于自己的 RedisHelper

目前.NET使用访问Redis的的类库主流应该是 StackExchange.Redis,自己参考网上的文章(也许是吃饱了撑着),也尝试做出简单的封装。///<summary>///Redis助手///</summary>publicclassRedisHelper{///<su...

单选框 复选框 隐藏之后,绑定的change事件在ie中失效的问题

有时候需要对单选框和复选框进行美化,就需要在<inputtype="radio">和<inputtype="checkbox">元素的外层包裹label元素。隐藏input元素,display:none;visibile在iput元素上添加change,click事件,在谷歌火狐中都运行很好,但...

Object changed by Unknown

https://documentation.red-gate.com/soc7/troubleshooting/object-changed-by-unknownhttps://documentation.red-gate.com/soc7/configuring/log-changes-to-shared-datab...

mysql5.7密码过期ERROR 1862 (HY000): Your password has expired. To log in you must change

环境:ubuntu14.04 mysql5.7 一、mysql5.7密码过期问题报错:ERROR1862(HY000):Yourpasswordhasexpired.Tologinyoumustchangeitusingaclientthatsupportsexpiredpasswords.翻译:错...

change可以重命名列名,也可能修改列的类型和约束,而modify只能修改列的数据类型。

change可以重命名列名,也可能修改列的数据类型,而modify只能修改列的数据类型。change比modify功能多,如果要用change修改字段类型和约束,要加上新字段名,新字段名可以和原来一样。...

How to change from default to alternative Python version on Debian Linux

https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linuxYourDebianLinuxinstallationmayincludemultiplepythonversionsandth...

巧用 即刻搜索事件 input propertychange 监听输入框字数

 实时监听输入框的字数,大于200时,不再输入。即时搜索: propertychange(ie)和input事件(常用)      input是标准的浏览器事件,一般应用于input元素,当input的value发生变化就会发生,无论是键盘输入还是鼠...

中国用户通过rchange用银联充值到PerfectMoney再给BTC-E充值进行搬砖的方法

最近迷上了比特币这个疯狂的东西,相信很多技术人员都感兴趣。比特币、莱特币钱包下载和把数据迁移到C盘以外其他盘的方法。莱特币和山寨币的原理跟比特币基本上一样,可以参考这个方法进行,莱特币的钱包数据迁移可以看本人的另外一篇经验。http://jingyan.baidu.com/article/f3ad7d0ff267180...
首页上一页...2425262728下一页尾页