有项目放进去 感觉很舒服
877
原创 2022-12-29 15:18:56
96阅读
http://coolsql.sourceforge.net/webexplore.html   cool sql 图形话代码生成器
原创 2012-05-24 21:38:04
286阅读
How to Be Cool at College Going to college? Lucky you! You’ll have a great time and lot of fun on the way. Yet your education is also very Serious business. To a large extent.you will be on y
原创 2009-12-13 15:39:00
2016阅读
this problem is relatively simple. Given two integer arrays, a and...
转载 2020-10-07 03:49:00
116阅读
2评论
Red Hat is a leading provider of open-source solutions, specializing in enterprise Linux operating systems. One of the most popular products developed by Red Hat is the Cool Edit for Linux. This power
原创 2024-04-23 10:21:40
68阅读
https://vue.cool-admin.com/
原创 2024-10-21 11:11:04
52阅读
数据 COOL设计  要求突出个性!经过思考,进行了艺术加工!  
原创 2009-03-06 09:21:47
387阅读
this problem is relatively simple. Given two integer arrays, a and...
转载 2020-10-07 03:49:00
77阅读
2评论
Cool Edit Pro是由Adobe Systems公司研发的一款功能十分强大的多轨录音与音频处理软件。人们把Cool Edit非常形象地形容为音频“绘画”程序,这是因为该软件在对音频进行处理时就像画画一样,更加形象便于用户理解。可“绘制”的部分包括了制音调、歌曲截断、声音、弦乐、颤音、噪音或是调整静音等。
原创 2023-09-21 18:24:14
1171阅读
3图
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><!-- Author:Stupid CAT QQ:278306
转载 2021-08-10 11:10:50
78阅读
TriGem's Little Lloun+ media PC: littler, and Core 2 Duo​​ TriGem, you know, the Korean company behind Averatec​ here in the US, have just thrown down an update to the Little Lluon media PC. Dubbed th
3g
转载 2006-10-27 15:03:00
92阅读
2评论
Cool!在虚拟机上装了个Longhorn的体验版,界面果然漂亮了许多。最明显的就是右边多处了个Sider Bar,上面还有个漂亮的Clock:)而且这个SiderBar可以任意的收缩。开始菜单中多了两个entries: My Contacts & My Hardwares。整个Longhorn的底层的file system由于采用了WinFS(Windows Future Storage
转载 2004-06-07 09:47:00
59阅读
2评论
设置cookie 每个cookie都是一个名/值对,可以把下面这样一个字符串赋值给document.cookie: document.cookie="userId=828"; 如果要一次存储多个名/值对,可以使用分号加空格(; )隔开,例如: 设置cookie 每个cookie都是一个名/值对,可以把下面这样一个字符串赋值给document.cookie
Windows (//z 2012-2-21 13:42:23 PM IS2120@)ipconfigShow my IP addressipconfig \allShow my host name, IP addr, MAC addr, subnet mask, DNS servers, etc.netstatList all TCP connectionsnetstat -aList all
原创 2023-06-09 16:42:34
84阅读
10 cool things about Kotlinhttps://easykotlin.quora.com/10-cool-things-about-Kotlin
原创 2022-06-10 12:39:09
93阅读
oracle 冷备份是一致性备份,备份的内容有数据文件,redo文件,temp文件,控制文件等, SQLBLANKLINES ON 是预防脚本中有空格,sqlplus误认为是结束,报SP2-0734: unknown command beginning "where t.bg..." - rest of line ignored.错误.set feedback off heading off ve
原创 2014-05-17 03:09:28
369阅读
A. Definite Game 签. 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int main() 5 { 6 int a; 7 while (scanf("%d", &a) != EOF) 8 { 9 [](int x) 10
转载 2019-01-29 08:09:00
91阅读
These are some commands that I use in Windows and Unix/Linux for various purposes. Windows (//z 2012-2-21 13:42:23 PM IS2120@CSDN) ipconfig Sho...
转载 2012-02-21 13:39:00
160阅读
2评论
man默认使用的是less来做为文字显示程序。我们可以使用most来代替less,从而实现彩色的man手册。pacman -S most然后修改/etc/man.conf,将PAGER和BROWSER都改成/usr/bin/most -s即可。不过most的快捷键设置和less不太一样,最主要的是往下一行和往上一行,以前用j, k两个键习惯了,所以,vi ~/.mostrc,添加:setkey down "j"setkey up "k"这样就可以了,在most中,输入h就会出现help内容,里面有most的快捷键设置,有些相比less还是不错的,比如搜索支持命令f,查找下一个用命令n即可。搜索
转载 2010-12-11 13:52:00
75阅读
2评论
背景优化方案一:CompletableFuture 两个任务异步执行查询优化方案二:手动写sql, * 变具体字段,字段加索引总结【背景】 无分页全量查询一张3000多条的单张表。以供前端使用下拉。 基于这样的需求,直接首先很简单粗暴的用的mybatis selectByExample查询。结果发现速度很慢,接口平均耗时,2秒多。明显感觉迟钝。以下是自己优化的的整个过程【优化方案一】单线程变多线程
  • 1
  • 2
  • 3
  • 4
  • 5