码迷,mamicode.com
首页 >  
搜索关键字:cal    ( 15303个结果
Chrome 书签的备份与还原
在记录下谷歌浏览器书签的备份和还原,方便以后查找,同时也能帮助到大家 一、书签的位置 ? 一般位于 C:\Users\linhuaming\AppData\Local\Google\Chrome\User Data\Defaultd 目录下的 Bookmarks 文件 。其中的linhuaming ...
分类:其他好文   时间:2021-06-10 18:08:37    阅读次数:0
vue.config.js配置代理处理跨域
vue.config.js 是一个可选的配置文件,如果项目的==(和 package.json 同级的) 根目录==中存在这个文件,那么它会被 @vue/cli-service 自动加载。 代理的配置很多,差不多都是这样 module.exports = { devServer: { proxy:{ ...
分类:Web程序   时间:2021-06-10 18:03:30    阅读次数:0
JavaWeb-Cookie-Session
Cookie、Session 1、会话 会话:用户打开一个浏览器,点击了很多超链接,访问多个web资源,关闭浏览器,这个过程可以称之为会话 有状态会话:一个同学来过教室,下次再来教室,我们会知道这个同学,曾经来过,称之为状态会话; 一个网站,怎么证明你来过? 客户端 服务端 1.服务端给客户端一个信 ...
分类:编程语言   时间:2021-06-09 10:31:55    阅读次数:0
下拉搜索框(兼容ie8)
github上找到的然后自己稍微改了一下,省的后面要找找不到 地址 // 搜索下拉框 var flag = true ; (function(root, factory) { if (typeof exports 'object') { //umd module.exports =factory($ ...
分类:其他好文   时间:2021-06-08 23:35:31    阅读次数:0
实验六
实验任务一: #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 // 运行程序输入测试时,可以把N改小一些输入测试 typedef struct student { int id; /*学生学号 */ char n ...
分类:其他好文   时间:2021-06-08 23:29:04    阅读次数:0
Python:获取某一月的天数
import calendar >>> calendar.monthrange(2010,10)[1] 31 >>> calendar.monthrange(2020,3) (6, 31) calendar.monthrange( year , month ) 返回一个tuple,第一个元素是这个月 ...
分类:编程语言   时间:2021-06-08 23:21:11    阅读次数:0
矩阵零空间
如果 \(A\) 是大小为 \(m \times n\) 的实矩阵, $A$的精简形式的SVD分解为 \(A = U\Sigma V^T\). 那么$A$的零空间,列空间, 行空间 分别为 \({\cal N}(A) = {\rm span}(V)^\perp\), \({\cal R}(A) = ...
分类:其他好文   时间:2021-06-08 23:12:46    阅读次数:0
occ include
#include <BRepTools.hxx> #include <Standard_DefineHandle.hxx> #include <DsgPrs_LengthPresentation.hxx> #include <GCPnts_TangentialDeflection.hxx> #inc ...
分类:其他好文   时间:2021-06-08 22:52:38    阅读次数:0
CTF web之旅 45
提示备份文件 直接url/www.zip得到源代码 分别得到以下关键代码 <?php include 'flag.php'; error_reporting(0); class Name{ private $username = 'nonono'; private $password = 'yesy ...
分类:Web程序   时间:2021-06-08 22:34:20    阅读次数:0
ActiveX控件的注册与卸载
首先ActiveX注册: 使用regsrv32命令注册ocx文件 说明控件已被成功注册 反注册依然使用这个命令,只不过后面需要添加-u参数 如果时间过久,此ocx文件已删除,那么需要从注册表中删除 HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/Classes/CLS ...
分类:其他好文   时间:2021-06-07 20:54:27    阅读次数:0
15303条   上一页 1 ... 6 7 8 9 10 ... 1531 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!