上一页 1 2 3 4 5 6 ··· 44 下一页
摘要: 由于客户端存在C/S软件,需要嵌入到网页并进行远程控制,下面是解决方案 原理0. 原理:被控主机(vnc server) => websockify映射到websocket => 控制端(管理员用户)以web形式远程控制 被控端 1.1 被控主机下载最新版本的tightvnc并(以典型模式)安装,软 阅读全文
posted @ 2021-06-04 18:05 我当道士那儿些年 阅读(1939) 评论(0) 推荐(0)
摘要: 背景:需要使用pyhanlp来解决提取关键词的工作(并且支持在win7上面使用) 环境要求很高啊 先说报错 C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-u617cfx3\jpype1\setup.py:173: FeatureNotice: Tu 阅读全文
posted @ 2021-04-29 15:40 我当道士那儿些年 阅读(1160) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import chisquare import pandas as 阅读全文
posted @ 2021-04-22 11:37 我当道士那儿些年 阅读(555) 评论(0) 推荐(1)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from sklearn.decomposition import FactorAnalysis im 阅读全文
posted @ 2021-04-22 11:35 我当道士那儿些年 阅读(425) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import warnings from statsmodels.graphics.tsaplots 阅读全文
posted @ 2021-04-22 11:34 我当道士那儿些年 阅读(918) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import pandas as pd from sqlalchemy import create_e 阅读全文
posted @ 2021-04-22 11:31 我当道士那儿些年 阅读(299) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from collections import Counter import pandas as pd 阅读全文
posted @ 2021-04-22 11:29 我当道士那儿些年 阅读(1266) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from sklearn.decomposition import PCA import numpy 阅读全文
posted @ 2021-04-22 11:25 我当道士那儿些年 阅读(219) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import ttest_ind, norm import pand 阅读全文
posted @ 2021-04-22 11:20 我当道士那儿些年 阅读(880) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import normaltest import numpy as 阅读全文
posted @ 2021-04-22 11:18 我当道士那儿些年 阅读(252) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 44 下一页