码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Core Python | 2 - Core Python: Getting Started | 2.6 - Objects and Types | 2.6.4 - Python's Type System
Programming languages can be distinguished by several characteristics, but one of the most important is the nature of their type system. Python could ...
分类:编程语言   时间:2021-03-08 13:34:24    阅读次数:0
[CSS] Using transform: scale(0) for hiding element
For a radio button control, when hide selected status, we can use: .input__control::before { content: ""; width: 0.5em; height: 0.5em; // box-shadow w ...
分类:Web程序   时间:2021-03-06 14:44:13    阅读次数:0
ADOQuery
都知道Delphi在数据库操作是非常好用的,delphi把ADO一些方法属性都集成了,以下是我的一些总结: *************************************** 通过sql的存储过程来实现: 添加With ADOQuery1 dobeginClose;SQL.Clear;S ...
分类:其他好文   时间:2021-03-06 14:36:22    阅读次数:0
Windows10安装Linux(Ubuntu)
1.选中启用适用于Linux的windows子系统,重启计算机 2.去Microsoft Store搜索Linux 3.安装成功后,启动Ubuntu 第一次需要添加用户 及密码 4.添加root密码 在终端输入命令 sudo passwd ,输入成功后 该密码就为root密码 设置成功后 就可以输入 ...
分类:Windows程序   时间:2021-03-05 12:58:54    阅读次数:0
kaggle教程之特征工程
特征工程 特征工程可以有效地改善模型效果,减少训练时间。 简单的方法包括: 1. 进行特征转换 2. 增加语义特征 A Guiding Principle of Feature Engineering For a feature to be useful, it must have a relati ...
分类:其他好文   时间:2021-03-04 13:24:43    阅读次数:0
修复缺少 Kernel-Headers on CentOS 7,导致 gcc glibc-headers安装失败
问题: --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Error: Package: glibc-hea ...
分类:其他好文   时间:2021-03-04 13:18:15    阅读次数:0
luogu P4391 [BOI2009]Radio Transmission 无线传输
想了一堆奇怪的做法,最后通过观察大数据过了。 链接 思路 开始观察 \(border\) 长度盲猜了一个结论,就看在第一个有数值的位置前有几个零,结果错了。 下了数据点后看了一下,发现一段连续后又会出现零,但是似乎每一个合法的字符串在最后都会变回一段从1开始的连续序列,从1一直到字符串结束。 于是又 ...
分类:其他好文   时间:2021-03-04 13:12:59    阅读次数:0
剑桥雅思写作高分范文ESSAY51
Some think we can acquire knowledge from news reports. Others believe we cannot trust journalists. What do you think? What important qualities should ...
分类:其他好文   时间:2021-03-02 12:39:13    阅读次数:0
在服务器端处理多个客户端的数据
首先开发客户端: TCP_Client.java: 1 package com.hw.TCP0226; 2 3 import java.io.IOException; 4 import java.io.OutputStream; 5 import java.net.Socket; 6 import ...
分类:其他好文   时间:2021-03-02 11:41:24    阅读次数:0
1121 Damn Single (25 分)
"Damn Single (单身狗)" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can ...
分类:其他好文   时间:2021-03-01 13:14:50    阅读次数:0
23056条   上一页 1 ... 16 17 18 19 20 ... 2306 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!