#Pi

ImportError: No module named 'typing'

 k@ubuntu:~/Desktop/virtualenv$python3Python3.4.3(default,Nov122018,22:25:49)[GCC4.8.4]onlinuxType"help","copyright","credits"or"license"formoreinformation...

mysql pi() 获取pi

 mysql>selectpi();+----------+|pi()|+----------+|3.141593|+----------+1rowinset(0.00sec) ...
代码星球 ·2020-11-01

数据库已经最优,每次操作50万条数据,怎么提高API接口的速度?

 第一种可以使用负载均衡,10台,就每台5W条数据第二种每台机器。可以把添加任务队列。利用多线程解决IO密集型任务的特点。第三种利用异步协程方式提高调度行为...

linux管道pipe详解

 https://blog.csdn.net/qq_42914528/article/details/82023408...
代码星球 ·2020-11-01

socket.error: [Errno 32] Broken pipe . tcp

 经过检查发现,是由于客户端请求的链接,在一次循环之后,产生的套接字关闭,没有新的客户端套接字进行请求连接,所以产生brokenpipe错误...

ros topic 命令

 #查看topic频率rostopichz/xxx_imu_driver/imu#查看topic信息rostopicinfo/xxx_imu_driver/imu#查看topic数据rostopicecho/xxx_imu_driver/imu...
代码星球 ·2020-11-01

topic costmap

 name:'/move_base/global_costmap/costmap',messageType:"nav_msgs/OccupancyGrid",这个是全局地图,固定的topic:'/move_base/global_costmap/costmap_updates',type:'map_msgs/...
代码星球 ·2020-11-01

c++ rapidjson读取json文件 解析

 库:链接:https://pan.baidu.com/s/1UChrgqLPJxKopyqShDCHjg 密码:3yhz #include<iostream>#include<string>#include"rapidjson/document.h"#includ...

python pillow 处理图片

 demo1#打开图片,并随机添加一些椒盐噪声fromPILimportImageimportnumpyasnpimportmatplotlib.pyplotaspltimg=np.array(Image.open('/home/keysen/caffe/examples/images/cat.jpg'))#...
代码星球 ·2020-11-01

python pillow 绘制图片

 demo1#coding=utf-8fromPILimportImageimg=Image.new("RGB",(5,5))###创建一个5*5的图片pixTuple=(255,0,255,15)###三个参数依次为R,G,B,A R:红G:绿B:蓝A:透明度foriinrange(5):&nbs...
代码星球 ·2020-11-01

顺序模型api

 Compile:配置模型,然后进行训练compile(optimizer,loss=None,metrics=None,loss_weights=None,sample_weight_mode=None,weighted_metrics=None,target_tensors=None)参数说明:optim...
代码星球 ·2020-11-01

Java compiler level does not match the version of the installed Java project facet解决办法

意思就是projectfacet和javacompilerlevel不一致解决办法:修改projectfacet方法一: 选中工程,右键Property->Projectfacet方法二:找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.p...

Gtk-WARNING**:无法在模块路径中找到主题引擎:“pixmap”的解决

Gtk-WARNING**:无法在模块路径中找到主题引擎:“pixmap”的解决 解决以上问题,只需要安装gnome-themes-standard即可如果终端中提示: (gvim:2353):Gtk-WARNING**:无法在模块路径中找到主题引擎:“pixma...

Deepin Linux修改Grub引导

grubrescue>模式修复 登录成功后,sudoupgrade-grubsudoinstall-grub/dev/sda  系统启动失败,修改fstab, 在grub系统选择界面,选中deepin系统,按e编写linux那一行去掉root和后面的所用东西,Ctrl+x引...
首页上一页...6364656667...下一页尾页