码迷,mamicode.com
首页 >  
搜索关键字:sid filtering    ( 3536个结果
13.mysql
一、约束 1)主键 主键约束=非空约束+唯一约束 主键可以是一个列或者多个列 1)创表添加多个列作为主键 create table score1( sid int not null, cid int not null, PRIMARY key(sid,cid) ); 2)删除主键约束 alter t ...
分类:数据库   时间:2020-11-26 14:30:23    阅读次数:8
自动连接WiFi
netsh wlan export profile key=clearnetsh wlan add profile filename="d:\Desktop\JoinDomain\wlan.xml"start-sleep -s 1然后最好将配置文件名称改为与ssid名称一样netsh wlan co ...
分类:其他好文   时间:2020-11-24 12:58:58    阅读次数:11
c语言实现协程?
c语言实现协程? 原文:https://www.cnblogs.com/my_life/articles/5452297.html http://www.hawkwithwind.net/blog/2011/02/18/%E5%8D%8F%E7%A8%8B%E7%9A%84c%E5%AE%9E%E7 ...
分类:编程语言   时间:2020-11-24 12:17:45    阅读次数:8
项目1-菜单模块
#菜单模块 ##Controller package com.atguigu.atcrowdfunding.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired ...
分类:其他好文   时间:2020-11-02 10:21:42    阅读次数:24
如何线程中通信?
需求: http://table.finance.yahoo.com/table.csv?s=000001.sz 我们通过雅虎网站获取了中国股市某支股票csv数据文件,现在要下载多只股票的csv数据,并将其转换为xml文件 由于全局解释器锁的存在,多线程进行CPU 密集型操作并不能提高执行效率,我们 ...
分类:编程语言   时间:2020-10-31 01:16:15    阅读次数:19
码农雷林鹏:php变量
变量是用于存储信息的"容器". 定义一个变量的语法: $变量名 = 值; 使用变量的例子: $x=5; $y=6; $z=$x+$y; echo $z; ?> 运行 从这个例子可以看出,变量名以 $ 开始,标明这是一个变量。变量名以字母(a-z、A-Z)或者下划线 _ 开始,后面可以跟任意字母或数字 ...
分类:Web程序   时间:2020-10-27 11:09:25    阅读次数:34
帮助解读——模拟——查看分析结果——绘制结果图解——位移图解
位移图解 PropertyManager 使您能够为静态算例、非线性算例、动态算例、跌落测试算例的位移和反作用力结果绘制图解,或者为扭曲算例和频率算例的模式形状绘制图解。 要显示此 PropertyManager,请运行静态、非线性、动态或掉落测试算例。右键单击结果 文件夹,然后选择定义位移图解。 ...
分类:其他好文   时间:2020-10-26 11:52:58    阅读次数:37
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth?
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:其他好文   时间:2020-10-22 22:45:27    阅读次数:25
C#宿舍管理系统之用户类和用户登录类
用户类,保存登录信息:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceGroupProject{///<summary>///此类专门用来保存登录用户的信息///方便使用之时调用///</summar
分类:Windows程序   时间:2020-10-19 22:46:51    阅读次数:93
C#宿舍系统数据库
/*NavicatMySQLDataTransferSourceServer:workplaceSourceServerVersion:50610SourceHost:127.0.0.1:3306SourceDatabase:dormdbTargetServerType:MYSQLTargetServerVersion:50610FileEncoding:65001Date:2019-08-131
分类:数据库   时间:2020-10-18 16:55:44    阅读次数:27
3536条   上一页 1 ... 4 5 6 7 8 ... 354 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!