原创 GetChart.py

import os from AnalyzeLog import trans_2_amc_json, trans_2_pl_json, trans_2_calc_pl_json from GenerateChart import gene

原创 utility CaculateUtil.py

def new_round(_float, _len=0): if str(_float)[-1] == '5': return int(round(float(str(_float)[:-1]+'6'),

原创 char.json

{     "title" : {         "text": "THROUGHPUT",         "subtext": "TEST"     }, "tooltip" : {     "trigger": "axis" },

原创 HOOK MOUSE_EVENT

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 GenerateChart.py

import os from LogUtil import get_json_log import json def generate_ulThroughput(calc_pl_json):     data = get_json_log

原创 GetChart.py

import os from AnalyzeLog import trans_2_amc_json, trans_2_pl_json, trans_2_calc_pl_json from GenerateChart import gene

原创 sql

1. 字段長度 SELECT * FROM table_abc WHERE LENGTH(user_1 >= 2)

原创 數據處理

1. DataTable 添加數據   DataTable dt = new DataTable(); dt.Columns.Add("Id", typeof(System.Int32));  

原创 圖片

          

原创 C# 界面操作

  1. pictureBox文字提示   toolTip1.SetToolTip(pictureBox1, "搜索"); 2. tableLayoutPanel 跨所有列 tableLayoutPanel1.SetColumnSpa

原创 bookmark

flask http://docs.jinkan.org/docs/flask/tutorial/setup.html

原创 用python開發移動App(android、iOS)後臺簡述

  來源:http://www.zhihu.com/collection/38815292?page=11、如果使用python語言,需要學習哪些知識? python作爲一門簡單明瞭的語言,非常容易上手,語言層面不會太複雜,稍微有點難度的

原创 python tcp黏包和struct模塊解決方法,大文件傳輸方法及MD5校驗

https://www.cnblogs.com/zaizai1573/p/10230973.html 一、TCP協議 粘包現象 和解決方案 黏包現象 讓我們基於tcp先製作一個遠程執行命令的程序(命令ls -l ; lllllll ; p

原创 typedef.h

#ifndef __TYPEDEF_H__ #define __TYPEDEF_H__ #define UCHAR   unsigned char #define CHAR    char #define SCHAR   signed c

原创 robot_movement.h

#ifndef __ROBOT_MOVEMENT_H__ #define __ROBOT_MOVEMENT_H__ #include "typedef.h" #include "robot.h" #define POSITIVE ((SC