码迷,mamicode.com
首页 >  
搜索关键字:it works    ( 763个结果
Kubernetes 部署Weave Scope监控
yaml下载地址: https://cloud.weave.works/k8s/scope.yaml?k8s-version=? 目前有以下几个版本: 修改yaml中的Service为NodePort - apiVersion: v1 kind: Service metadata: name: we ...
分类:Web程序   时间:2018-08-27 21:48:52    阅读次数:912
KERBEROS PROTOCOL TUTORIAL
KERBEROS PROTOCOL TUTORIAL This tutorial was written by Fulvio Ricciardi and is reprinted here with his permission. Mr. Ricciardi works at the Nationa ...
分类:其他好文   时间:2018-08-23 20:58:39    阅读次数:190
Android RIL Architecture
Android RIL Architecture Introduction The Article explains about the building blocks of Android telephony and how it works. The Article explains about ...
分类:移动开发   时间:2018-08-18 15:26:23    阅读次数:258
Mysql一个表编码的坑,mark一下
问题:一个sql执行很慢,5分钟左右,关键是最大的表是5万出头,另一张表不到5000原因:是两个表的字符集不同,导致匹配时,没有匹配到 解决办法:将两个表的字符集改成一样具体的命令: 具体情况: 下面这个SQL执行很慢:druid都报error了,slow sql表todo_works中有不到500 ...
分类:数据库   时间:2018-08-17 20:08:20    阅读次数:164
VirtualBox COM对象获取失败
下载VirtualBox打开时候提示Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works. PSDispatch looks fine. Weird. 返回 代码: ...
分类:其他好文   时间:2018-08-13 17:00:45    阅读次数:201
利用xlwt、xlrd搜索excel表格内容并复制出需要的那一行内容
需求有如图表格:然后有姓名,想要把这些人所在的这一行资料给导出来。1、把姓名保存成名字.txt源表格为‘excelFile.xls‘2、源码如下:```#!/usr/bin/python--coding:utf-8--importxlwtimportxlrddefmain():workbook=xlwt.Workbook(encoding=‘ascii‘)works
分类:其他好文   时间:2018-08-08 14:54:32    阅读次数:603
Promise is rejected: Error: 2 UNKNOWN: error starting container: API error (404): {"message":"network build-blockchain-insurance-app_default not found"}出错的解决方案
错误描述: 现象: 解决方案: i do as the following steps and it works for me: input "docker network ls" to figure out the name of the network( it is "buildblockcha ...
分类:移动开发   时间:2018-07-31 15:35:12    阅读次数:841
ZOJ 1709 Oil Deposits(dfs,连通块个数)
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of ...
分类:其他好文   时间:2018-07-30 18:08:12    阅读次数:160
P3567 [POI2014]KUR-Couriers
题目描述 Byteasar works for the BAJ company, which sells computer games. The BAJ company cooperates with many courier companies that deliver the games sol ...
分类:其他好文   时间:2018-07-29 13:04:15    阅读次数:184
How Javascript works (Javascript工作原理) (十四) 解析,语法抽象树及最小化解析时间的 5 条小技巧
个人总结:读完这篇文章需要15分钟,文章介绍了抽象语法树与js引擎解析这些语法树的过程,提到了懒解析——即转换为AST的过程中不直接进入函数体解析,当这个函数体需要执行的时候才进行相应转换。(因为有的函数体只是声明了,并没有实际被调用) 解析,语法抽象树及最小化解析时间的 5 条小技巧 这是 Jav ...
分类:编程语言   时间:2018-07-29 12:59:57    阅读次数:202
763条   上一页 1 ... 10 11 12 13 14 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!