码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
git merge 代码原理
人生不如意之事十之八九,合并分支往往也不是一帆风顺的。 准备新的feature1分支,继续我们的新分支开发: $ git switch -c feature1 Switched to a new branch 'feature1' 修改readme.txt最后一行,改为: Creating a ne ...
分类:其他好文   时间:2020-02-25 00:12:03    阅读次数:105
使用javafx实现视频播放器
使用javafx实现视频播放器 代码地址:https://github.com/JiaDingCN/JavaMediaPlayer 本项目是基于项目https://github.com/Al assad/Simple Media Player进行修改的,向原作者的工作致敬 功能介绍 本地视频播放 在 ...
分类:编程语言   时间:2020-02-23 22:37:49    阅读次数:549
pip常用的国内镜像
常用国内镜像地址: 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云 https://mirrors.aliyun.com/pypi/simple/ 豆瓣 https://pypi.douban.com/simple/ 中国科学技术大学 https ...
分类:其他好文   时间:2020-02-23 16:40:24    阅读次数:89
有效市场说
This simple example raises a number of important points. First, the price is set by the buyer who is willing to pay the highest price. This price is n ...
分类:其他好文   时间:2020-02-23 11:53:35    阅读次数:81
经典.NET面试题目2
80.什么是code-Behind技术。 答:ASPX,RESX和CS三个后缀的文件,这个就是代码分离.实现了HTML代码和服务器代码分离.方便代码编写和整理. 81.什么是SOAP,有哪些应用。 答:simple object access protocal,简单对象接受协议.以xml为基本编码结 ...
分类:Web程序   时间:2020-02-22 22:18:14    阅读次数:116
收缩数据库日志文件
USE [master] GO ALTER DATABASE 数据库名 SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE 数据库名SET RECOVERY SIMPLE --简单模式 GO USE 数据库名 GO DBCC SHRINKFILE ( ...
分类:数据库   时间:2020-02-22 21:39:07    阅读次数:110
[py]a python tutor
``` //python设计哲学 In [5]: import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is bette... ...
分类:编程语言   时间:2020-02-22 11:59:58    阅读次数:75
OSPF多区域配置和OSPF认证应用
OSPF认证ospf认证解决安全隐患,只要通过认证的ospf路由器才能正常建立邻居关系、交互信息认证模式:不认证null(默认);明文simple认证;MD5认证OSPF的认证方式**接口认证**[R1-GigabitEthernet0/0/2]ospfauthentication-modesimplecipher123//进入配置进程的接口配置认证方式为明文密码123cipher加密仅表示在查看
分类:其他好文   时间:2020-02-21 22:28:48    阅读次数:91
postman、python之mock测试
1、python中的mock测试 1)、安装mock第三方库:pip install -i https://pypi.douban.com/simple mock 2)、实现demo: 1 import unittest 2 from mock import Mock 3 4 5 def add(a ...
分类:编程语言   时间:2020-02-21 22:26:16    阅读次数:90
前端与后端交互返回当前时间
# _author:来童星# date:2020/2/20# wsgi 框架from wsgiref.simple_server import make_server# environ为一个对象,封装了客户端的请求信息(environ是一个包含所有请求信息的dict对象)# start_respon ...
分类:其他好文   时间:2020-02-21 14:42:58    阅读次数:82
6450条   上一页 1 ... 52 53 54 55 56 ... 645 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!