目标:从零部署机器学习开发环境,包括python3.7安装、anaconda安装、虚拟环境部署、jupyternotebook界面优化、简单程序运行1、python安装https://www.python.org/2、anaconda安装https://www.anaconda.com/3、虚拟环境部署为方便后续开发,使用anaconda部署新的开发环境3.1、enviroment》base》openterminal3.2、condacreate-nenv
系统 2019-09-27 17:47:18 2624
WhenGoogleannouncedandreleasedAndroid,backinOctober2008,everyoneknewthatitwouldbecomethebestoperatingsystemformobiledevices.NotonlyisAndroidopensource,butitalsocomeswithaSoftwareDevelopmentKit,whichoffersthenecessaryAPIsandutiliti
系统 2019-08-29 23:48:24 2624
自己在做WINFORM小玩意的时候需要在datagridview上显示行号,上网搜索一下,找到如下代码,不错,先记录下来了。在RowPostPaint事件中画出来//绘制行号privatevoidgvdata_RowPostPaint(objectsender,DataGridViewRowPostPaintEventArgse){try{Rectanglerectangle=newRectangle(e.RowBounds.Location.X,Conv
系统 2019-08-29 23:40:31 2624
原始表格Test_Table第一次查询:SELECTMaterial,(casewhentype='TA1'thennumelse0end)asTA1,(casewhentype='TA2'thennumelse0end)asTA2,(casewhentype='TA3'thennumelse0end)asTA3,(casewhentype='TA4'thennumelse0end)asTA4,(casewhentype='TB1'thennumelse0
系统 2019-08-29 23:20:22 2624
LinuxVPS新硬盘分区与挂载教程通过此教程对未启用的硬盘进行分区并挂载,可以确保通过DiyVM面板重装系统是不丢失挂载分区的数据!先通过fdisk-l查看目前磁盘分区状况[root@MyVPS~]#fdisk-lDisk/dev/xvda:8589MB,8589934592bytes255heads,63sectors/track,1044cylindersUnits=cylindersof16065*512=8225280bytesDeviceBoo
系统 2019-08-29 23:08:45 2624
cut命令是用来剪下文本文件里的数据,文本文件可以是字段类型或是字符类型。下面给出应用实例:/>cat/etc/passwdroot:x:0:0:root:/root:/bin/bashbin:x:1:1:bin:/bin:/sbin/nologindaemon:x:2:2:daemon:/sbin:/sbin/nologinadm:x:3:4:adm:/var/adm:/sbin/nologin....../>cut-d:-f1,5/etc/passwd
系统 2019-08-29 22:41:36 2624
Andriod第一个应用程序helloworld1、首先点击File,新建一个Andriodproject2、输入项目名称helloword(由于有重名问题,所以以上项目名改名为helloAndriod)3、点击Next后出现以下界面,选择你所搭建的Andriod平台版本,我选2.3.34、下一步出现一下界面,命名一个包名,例如cn.com.hbsi.activity,选择minimum之前选择的Andriod版本10(Android2.3.3)5、点击F
系统 2019-08-29 22:36:41 2624
成功属于耐得住寂寞的人,你离成功又近了一步了。引言上篇Android开发之应用程序基础及组件介绍了应用程序的基础知识及Android的四个组件,本篇将介绍如何激活组关闭组件等。本文的主题如下:1、激活组件:意图(Intents)1.1、活动(Activity)组件的激活1.2、服务(Service)组件的激活1.3、广播接收者(Broadcastreceiver)组件的激活2、关闭组件3、清单文件4、Intent过滤器1、激活组件:意图(Intents)当
系统 2019-08-29 22:32:11 2624
越来越多互联网企业都在Android平台上部署其客户端,为了提升用户体验,这些客户端都做得布局合理而且美观.......Android的Style设计就是提升用户体验的关键之一。Android上的Style分为了两个方面:Theme是针对窗体级别的,改变窗体样式;Style是针对窗体元素级别的,改变指定控件或者Layout的样式。Android系统的themes.xml和style.xml(位于\base\core\res\res\values\)包含了很
系统 2019-08-29 22:31:02 2624
如果您喜欢这些文章,欢迎点击此处订阅本Blog