推荐
专栏
教程
课程
飞鹅
本次共找到10000条
酷睿2
相关的信息
风花雪月
•
4年前
简单判断18位身份证号码
iflen(str(sfz))18:初步判断身份证号码sfz1sfz0:17sfz2sfz17:18foriinsfz1:ifiin"0123456789":
Stella981
•
4年前
Golang代码实现HTTPs(HTTPS证书生成和部署)
在win7下试试:1.实现一个最简单的HTTPSWebServer//gohttps/2https/server.gopackagemainimport("fmt""net/http")funchandler(whttp.R
Wesley13
•
4年前
LINUX打开文件
<htmlxmlns"http://www.w3.org/1999/xhtml"<head<stylebody,table{fontfamily:微软雅黑;fontsize:10pt}table{bordercollapse:collapse;border:solidgray;borderwidth:2px0
Wesley13
•
4年前
Unity 用ml
目录本次示例:训练一个追踪红球的白球AI1\.新建Unity项目,导入package2\.编写Agent脚本voidOnEpisodeBegin()voidCollectObservations(VectorSensorsensor)voidOnActionRe
Wesley13
•
4年前
C++ 常量指针与指针常量
一、常量指针(constantpointers):指针自身是常量,const关键字出现在星号右边。如:1chargreeting"Hello";2charconstpgreeting;//constpointer,nonconstdata 二、指针常量
Wesley13
•
4年前
LINUX中文件描述符传递
<htmlxmlns"http://www.w3.org/1999/xhtml"<head<stylebody,table{fontfamily:微软雅黑;fontsize:10pt}table{bordercollapse:collapse;border:solidgray;borderwidth:2px0
Wesley13
•
4年前
MySQL查询按照指定规则排序
1.按照指定(单个)字段排序selectfromtable_nameorderiddesc;2.按照指定(多个)字段排序selectfromtable_nameorderiddesc,statusdesc;3.按照指定字段和规则排序selec
Wesley13
•
4年前
Java多线程学习笔记
Java中创建多线程的三种方法1、继承Thread类创建线程2、实现Runnable接口创建线程3、使用Callable和Future创建线程\
Stella981
•
4年前
Fedora25安装配置mysql
1.切换到root用户suORsudoi2.安装mysql的yum源Fedora25dnfinstallhttps://dev.mysql.com/get/mysql57communityreleasefc259.noarch.rpm
Stella981
•
4年前
C# Inventor二次开发—002—启动Inventor及零部件创建和打开
一、启动InventorInventor.Application对象是基于COM开发Inventor的出发点,以下是我封装获取InventorApplication方法:1///<summary2///获取InventorApplication对象3//
1
•••
724
725
726
•••
1000