This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example; | |
import java.io.*; | |
import java.util.*; | |
/** | |
* User: fuxueliang | |
* Date: 2019/4/27 | |
* Email: [email protected] | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Determining if the pthread_create exist failed with the following output: | |
Change Dir: /home/ethan/factor/ggnfs/tpie/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTryCompileExec2208474023/fast" | |
/usr/bin/make -f CMakeFiles/cmTryCompileExec2208474023.dir/build.make CMakeFiles/cmTryCompileExec2208474023.dir/build | |
make[1]: Entering directory '/home/ethan/factor/ggnfs/tpie/build/CMakeFiles/CMakeTmp' | |
/usr/bin/cmake -E cmake_progress_report /home/ethan/factor/ggnfs/tpie/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
Building C object CMakeFiles/cmTryCompileExec2208474023.dir/CheckSymbolExists.c.o | |
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2208474023.dir/CheckSymbolExists.c.o -c /home/ethan/factor/ggnfs/tpie/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTryCompileExec2208474023 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
order-shop_2_solr_monitor_vender_0 order-shop_2_solr_monitor_vender_1 order-shop_2_solr_monitor_vender_2 order-shop_2_solr_monitor_vender_3_0 order-shop_2_solr_monitor_vender_3_1 order-shop_2_solr_monitor_vender_3_2 order-shop_2_solr_monitor_vender_4 order-shop_2_solr_monitor_vender_5 order-shop_2_solr_monitor_vender_6 order-shop_2_solr_monitor_vender_7 order-shop_2_solr_monitor_vender_8 order-shop_2_solr_monitor_vender_9_0 order-shop_2_solr_monitor_vender_9_1 order-shop_2_solr_monitor_vender_10_0 order-shop_2_solr_monitor_vender_10_1 order-shop_2_solr_monitor_vender_11 order-shop_2_solr_monitor_vender_12 order-shop_2_solr_monitor_vender_13 order-shop_2_solr_monitor_vender_14 order-shop_2_solr_monitor_vender_15_0 order-shop_2_solr_monitor_vender_15_1 order-shop_2_solr_monitor_vender_15_2 order-shop_2_solr_monitor_vender_17 order-shop_2_solr_monitor_vender_16_0 order-shop_2_solr_monitor_vender_16_1 order-shop_2_solr_monitor_vender_19_0 order-shop_2_solr_monitor_vender_19_1 order-shop_2_solr_monitor_vender_18 o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ss(){ | |
var view_count = 0; | |
var donwload_count = 0; | |
$(".list-item .doc-view-count").each(function(){ | |
view_count += parseInt($(this).text()); | |
}); | |
$(".list-item .doc-download-count").each(function(){ | |
donwload_count += parseInt($(this).text()); | |
}); | |
return view_count+"\t"+donwload_count; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package gap.ewp.api.controller.posts; | |
import java.util.regex.Pattern; | |
/** | |
* Created by ethan on 14-3-18. | |
*/ | |
public class Test { | |
public static void main(String[] args) { | |
String s = "update where "; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function eg { | |
while read line | |
do | |
printf "$line" | |
date '+ %m-%d-%Y %H:%M:%S' | |
done | |
} | |
vmstat 10 | eg >> vmstat_`date +%y%m%d`.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# An unexpected error has been detected by Java Runtime Environment: | |
# | |
# java.lang.OutOfMemoryError: requested 48248864 bytes for GrET in /CLO/Components/JAVA_HOTSPOT/Src/src/share/vm/utilities/growableArray.cpp. Out of swap space? | |
Possible causes: | |
- not enough swap space left, or | |
- kernel parameter MAXDSIZ is very small. | |
# | |
# Internal Error (/CLO/Components/JAVA_HOTSPOT/Src/src/share/vm/memory/allocation.inline.hpp, 22), pid=11410, tid=13 | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
set number | |
set hlsearch | |
set tabstop=4 | |
"set softtabstop=4 | |
set shiftwidth=4 | |
set autoindent | |
set cindent | |
set showmatch | |
set smartindent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/ethan/Dev/workspace/gap-ewp git:(feature/restUrl) ✗ mvn -X clean sonar:sonar -Dmaven.test.failure.ignore=true | |
Apache Maven 3.0.3 (r1075438; 2011-03-01 01:31:09+0800) | |
Maven home: /usr/share/maven | |
Java version: 1.6.0_29, vendor: Apple Inc. | |
Java home: /Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home | |
Default locale: zh_CN, platform encoding: UTF-8 | |
OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml | |
[DEBUG] Reading user settings from /Users/ethan/.m2/settings.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/ethan/Dev/workspace/gap-ewp git:(feature/restUrl) ✗ mvn -X clean sonar:sonar -Dmaven.test.failure.ignore=true | |
Apache Maven 3.0.3 (r1075438; 2011-03-01 01:31:09+0800) | |
Maven home: /usr/share/maven | |
Java version: 1.6.0_29, vendor: Apple Inc. | |
Java home: /Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home | |
Default locale: zh_CN, platform encoding: UTF-8 | |
OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml | |
[DEBUG] Reading user settings from /Users/ethan/.m2/settings.xml |
NewerOlder