码迷,mamicode.com
首页 >  
搜索关键字:content database    ( 39727个结果
JQuery 实现表单验证,所有验证通过方可提交
1 <html> 2 <head> 3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 4 <title>Reg</title> 5 <style> 6 .state1{ 7 color:#aaa; 8 } 9 ...
分类:Web程序   时间:2021-05-24 06:16:05    阅读次数:0
Docker容器基础管理
Docker容器管理基础 运行第一个容器,容器启动必须依赖镜像。 [root@localhost ~]# docker image ls #首先查看已有的镜像REPOSITORY TAG IMAGE ID CREATED SIZEnginx latest 62d49f9bab67 3 weeks a ...
分类:其他好文   时间:2021-05-24 05:44:20    阅读次数:0
哪儿网领域驱动设计(DDD)实践之路 Qunar技术沙龙 2021-05-11
哪儿网领域驱动设计(DDD)实践之路 Qunar技术沙龙 2021-05-11 ...
分类:其他好文   时间:2021-05-24 05:29:27    阅读次数:0
oracle归档的开启与关闭
1、首先查看当前数据库是否处于归档模式 可使用如下两种方式查看 1.1 select name, log_mode from v$database; log_mode的值为 NOARCHIVELOG 表示数据库处于非归档模式 log_mode的值为 ARCHIVELOG 表示数据库处于归档模式 1. ...
分类:数据库   时间:2021-05-24 05:27:16    阅读次数:0
wx.request get和post
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:其他好文   时间:2021-05-24 04:36:32    阅读次数:0
go-micro client 客户端
go-micro 支持很多通信协议:http、tcp、grpc等,支持的编码方式也很多有json、protobuf、bytes、jsonrpc等。也可以根据自己的需要实现通信协议和编码方式。go-micro 默认的通信协议是http,默认的编码方式是protobuf。 主要代码定义如下: // Cl ...
分类:其他好文   时间:2021-05-24 04:28:27    阅读次数:0
WPF DataGrid ToolTip显示内容全局样式
<Style TargetType="DataGridCell"> <Setter Property="ToolTip" Value="{Binding RelativeSource={RelativeSource Self} ,Path=Content.Text}"/> </Style> 加入全局 ...
分类:Windows程序   时间:2021-05-24 04:13:23    阅读次数:0
控制h5页面不让晃动
<meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-touch-fullscreen" /> <meta content="telephone=no,email=no"  ...
分类:其他好文   时间:2021-05-24 04:07:54    阅读次数:0
数据类型和检测类型
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:其他好文   时间:2021-05-24 02:18:11    阅读次数:0
node系列扯犊子之三http模块
###1、http.STATUS_CODES 是一个对象,属性名都是状态码,属性值则是该状态码的简短解释。 ###2、用法 var http = require('http'); //引入http模块 http.createServer(function(req, res) { //调用http模块 ...
分类:Web程序   时间:2021-05-24 02:07:12    阅读次数:0
39727条   上一页 1 ... 18 19 20 21 22 ... 3973 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!