码迷,mamicode.com
首页 >  
搜索关键字:datetime time mktime timetuple    ( 56768个结果
oracle impdp 导出的方法(bat写法)
rem 设定开始时间set "ks=%date:~,4%/%date:~5,2%/%date:~8,2% %time:~0,2%:%time:~3,2%:%time:~6,2%"rem 开始导出数据 expdp 本地账户名/本地密码@localhost/orcl directory=DATA_PUM ...
分类:数据库   时间:2021-06-24 17:41:28    阅读次数:0
数组实验
#C语言程序设计实验报告 姓名:邓文超?实验地点:宿舍 ###1.实验项目7.3.1(1) 问题的简单描述:数组的交换没弄好。 实验代码: #include"stdio.h" #include"stdlib.h" #include"time.h" void sort1(int a[]) { int ...
分类:编程语言   时间:2021-06-23 17:10:57    阅读次数:0
数组实验
一、实验目的与要求 掌握一维和多维数组的定义和数组元素的使用方法。 了解一维和多维数组初始化的方法。 学习一维和多维数组的基本方法。 实验7-1 #include <time.h> #include <stdlib.h> void pao(int s[], int n) { int i, j; in ...
分类:编程语言   时间:2021-06-23 17:10:00    阅读次数:0
liunx 随笔(持续更新本文)
ps -ef UID 指进程的所有者; PID 是进程的唯一标识; PPID 是进程的父进程 ID; C 是 CPU 的利用率(就是 CPU 占用); STIME 是开始时间; TTY 是进程所在的 TTY,如果没有 TTY 就是 ?号; TIME; CMD 是进程启动时的命令,如果不是一个 She ...
分类:其他好文   时间:2021-06-23 17:06:46    阅读次数:0
CountDownLatch
在Java中,从JDK1.5后开始引入并发编程序相关的内容,为进一步理解和编写更加高效的应用程序,从java.util.concurrent包下开始了解,对应的并发编程的相关的类。 CountDownLatch类的相关的理解和对应的程序demo编写理解。借助的工具是Idea,首先查看到对应的点就是, ...
分类:其他好文   时间:2021-06-22 18:47:48    阅读次数:0
PostgreSQL查看当前用户
方法1: select * from current_user;<!--CRLF--> select * from current_user;<!--CRLF--> eg: kerrydb=> select * from current_user;<!--CRLF--> current_user < ...
分类:数据库   时间:2021-06-22 18:22:56    阅读次数:0
mysql 设置当前时间
mysql 设置当前时间 update swr_sys_param sp set sp.create_time = CURRENT_TIMESTAMP where sp.id = 1 查字段 https://www.cnblogs.com/zhangyuhang3/p/6873895.html ...
分类:数据库   时间:2021-06-22 18:18:48    阅读次数:0
Mybatis-动态SQL
##小技巧 <!--设置经典数据库命名(CURRENT_TIME)为驼峰命名(currentTime)--> <setting name="mapUnderscoreToCamelCase" value="true"/> ##动态SQL 1.定义:增加了逻辑判断进行拼接的SQL语句 UserMapp ...
分类:数据库   时间:2021-06-22 17:59:39    阅读次数:0
MySQL error Query execution was interrupted, maximum statement execution time exceeded
MySQL 查询时,报如下错:Query execution was interrupted, maximum statement execution time exceeded 查询数据库最大语句执行时间,默认为10s,单位是毫秒 SELECT @@global.max_execution_tim ...
分类:数据库   时间:2021-06-21 20:46:21    阅读次数:0
每日日报 20210122
今天学习了time date组件 <TextClock android:layout_width="wrap_content" android:layout_height="wrap_content" android:format12Hour="MM/dd/yy h:mmaa"/> <TextClo ...
分类:其他好文   时间:2021-06-21 20:41:25    阅读次数:0
56768条   上一页 1 ... 4 5 6 7 8 ... 5677 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!