码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
Ubuntu的基本配置
首先进入后 1.设置语言环境 点击右上角的下箭头,会出现这个黑框,点击图中的设置 点击之后,出现这个框体 点击管理已安装的语言: 点击之后,会出现提示,按照提示做即可 这里可能按照提示后,会出错。例如: Failed to download repository information 解决方法就是 ...
分类:系统相关   时间:2020-06-23 01:19:55    阅读次数:119
MinIE: Open Information Extraction system, GROBID
https://github.com/uma-pi1/minie https://github.com/kermitt2/grobid https://github.com/mon95/Automatic-Metadata-Extraction-from-Scientific-Documents ...
分类:其他好文   时间:2020-06-23 01:11:11    阅读次数:65
navicate 删除mysql所有连接进程
新建查询 获取所有的连接进程的id SELECT CONCAT("kill ", id, ";") from information_schema.PROCESSLIST 点击字段名,全部复制 粘贴到脚本中运行 ...
分类:数据库   时间:2020-06-22 15:41:40    阅读次数:70
php phpexcel/PHPExcel导出乱码的问题
本来很简单的一个功能怎么导出都是乱码。 添加 error_reporting(E_ALL ^ E_NOTICE) ini_set("display_errors",'"on") PHP提示: Cannot modify header information - headers already sen ...
分类:Web程序   时间:2020-06-22 01:52:02    阅读次数:92
在IPhone上配置网易163邮箱
在网页版邮箱设置中打开IMAP/SMTP服务 163邮箱 → 设置 → POP3/SMTP/IMAP 开启以下服务:(注意发送短信后,记得保存只出现一次的授权码在草稿箱中) IMAP/SMTP服务 POP3/SMTP服务 在手机上添加邮箱账户 IMAP ACCOUNT INFORMATION Nam ...
分类:其他好文   时间:2020-06-20 10:27:13    阅读次数:835
xxl-job 的一个小bug: DataTables warning: table id=job_list - Ajax error. For more information about this error, please see http://datatables.net/tn/7
我遇到的问题,基本和 https://github.com/xuxueli/xxl-job/issues/840 是完全一样的; 作者的解释是:你好,应该是低版本存在JS缓存。强制刷新一下浏览器缓存,退出并重新登陆确认下。 不过我的 xxl 镜像版本是 2.0.1; (其实表现是一样的) 我使用下面 ...
分类:Web程序   时间:2020-06-19 21:01:41    阅读次数:204
聊聊kingbus的membership_handler.go
序 本文主要研究一下kingbus的membership_handler.go GetMembers kingbus/api/membership_handler.go //GetMembers implements get information of membership, not includ ...
分类:其他好文   时间:2020-06-17 01:33:05    阅读次数:62
【mysql】查询正在执行的语句
排查问题时,需要查看正在执行的SQL,可以用如下两种方式进行查看。 1: 使用show processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。 1 -- use information_schema; 2 -- show proce ...
分类:数据库   时间:2020-06-15 17:37:16    阅读次数:204
docker desktop troubleshooting
https://docs.docker.com/docker-for-windows/troubleshoot/ This page contains information on how to diagnose and troubleshoot problems, send logs and co ...
分类:其他好文   时间:2020-06-15 13:44:07    阅读次数:90
内核模块管理工具
lsmod:内容来自/proc/modules modinfo:show information about linux kernel module modprobe: modprobe --show-depends ext4 显示ext4内核模块的依赖关系 --dry-run 测试目的 --sho ...
分类:其他好文   时间:2020-06-14 18:44:20    阅读次数:64
3222条   上一页 1 ... 8 9 10 11 12 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!