Full text search for "tar"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • CountingClosedPolygons . . . . 31 matches
          fun solution(arrows: IntArray): Int {
          val startPoints:MutableSet<Point> = mutableSetOf()
          startPoints.add(bar.start)
          return startPoints.contains(p)
          val start: Point,
          constructor(start:Point, end:Point, dir:Int): this(start, end, dir, (dir%2 != 0))
          && this.start.distanceOneTo(b.start)
          || b.start==end && b.end==start
          fun solution(arrows: IntArray): Int {
          val startPoints:MutableSet<Point> = mutableSetOf(),
          startPoints.add(bar.start)
          return startPoints.contains(p)
          val start: Point,
          constructor(start:Point, dir:Int): this(start, start.move(dir), dir, (dir%2 != 0))
          && this.start.distanceOneTo(b.start)
          1 -> listOf(Bar(start.move(0), 3), Bar(start.move(2), 7))
          3 -> listOf(Bar(start.move(4), 1), Bar(start.move(2), 5))
          5 -> listOf(Bar(start.move(4), 7), Bar(start.move(6), 3))
          7 -> listOf(Bar(start.move(0), 5), Bar(start.move(6), 1))
          || b.start==end && b.end==start
  • ProducerConsumerPattern . . . . 20 matches
          new Producer(queue, "producer 1", 11111111L).start();
          new Producer(queue, "producer 2", 22222222L).start();
          new Producer(queue, "producer 3", 33333333L).start();
          new Consumer(queue, "consumer 1", 44444444L).start();
          new Consumer(queue, "consumer 2", 55555555L).start();
          new Consumer(queue, "consumer 3", 66666666L).start();
          + " start waiting");
          + " start waiting");
         consumer 1 start waiting
         consumer 2 start waiting
         producer 1 start waiting
         producer 1 start waiting
         producer 3 start waiting
         producer 3 start waiting
         producer 2 start waiting
         producer 1 start waiting
         producer 3 start waiting
         consumer 2 start waiting
         producer 1 start waiting
         producer 1 start waiting
  • totalcommander-wincmd.ini . . . . 16 matches
         SingleClickStart=0
         menu10=ftp://weblogic@xxxxwas1/package/oz/OZServlet/repository_files/rf/rfb_datarpt/
         cmd10=cd ftp://weblogic@xxxxwas1/package/oz/OZServlet/repository_files/rf/rfb_datarpt/
         path10=d:\projects\xxxxpt2008\oz\rf\rfb_datarpt\
         menu22=ftp://weblogic@xxxxwas2/package/oz/OZServlet/repository_files/rf/rfb_datarpt/
         cmd22=cd ftp://weblogic@xxxxwas2/package/oz/OZServlet/repository_files/rf/rfb_datarpt/
         path22=d:\projects\xxxxpt2008\oz\rf\rfb_datarpt\
         menu36=ftp://weblogic@ptdev/package/oz/OZServlet/internet/repository_files/rf/rfb_datarpt/
         cmd36=cd ftp://weblogic@ptdev/package/oz/OZServlet/internet/repository_files/rf/rfb_datarpt/
         path36=d:\projects\xxxxpt2008\oz\rf\rfb_datarpt\
         menu44=ftp://weblogic@ptdev/data/intranet/web/rf/rfo_datarpt/
         cmd44=cd ftp://weblogic@ptdev/data/intranet/web/rf/rfo_datarpt/
         path44=d:\projects\xxxxnet2008\web\rf\rfo_datarpt\
         menu54=ftp://weblogic@xxxxgrp1/data/intranet/web/rf/rfo_datarpt/
         cmd54=cd ftp://weblogic@xxxxgrp1/data/intranet/web/rf/rfo_datarpt/
         path54=d:\projects\xxxxpt2006\intranetProjectNew\web\rf\rfo_datarpt\
  • trash . . . . 14 matches
          #target_dir=`echo "$full_name" | sed 's/[^\/]*\/*$//'`
          target_dir=`dirname $full_name`
          target_dir=$trash_dir$target_dir
          mkdir -p $target_dir
          mv -i ${full_name} ${target_dir}
          echo "$full_name moved to $target_dir"
          #target_dir=`echo "$full_name" | sed 's/[^\/]*\/*$//'`
          target_dir=`dirname "${full_name}"`
          target_dir=$trash_dir$target_dir
          mkdir -p "${target_dir}"
          mv -i "${full_name}" "${target_dir}"
          echo "$full_name moved to $target_dir"
  • 웹서비스제작용Ant설정파일 . . . . 14 matches
         default 속성은 ant가 기본적으로 실행하는 target
         target은 ant의 작업단위
          <target name="init">
          </target>
          <target name="javac" depends="init">
          </target>
          <target name="portable-war" depends="javac">
          </target>
          <target name="war" depends="portable-war">
          </target>
          <target name="deploy" depends="war">
          </target>
          <target name="all" depends="deploy">
          </target>
  • AntBuild.xml예제3 . . . . 13 matches
          <target name="prepare">
          <echo message="Build started at : ${DSTAMP} - ${TSTAMP}" />
          </target>
          <target name="clean" depends="prepare">
          </target>
          <target name="compile" depends="clean">
          </target>
          <target name="mkjar" depends="compile">
          </target>
          <target name="dist" depends="mkjar">
          </target>
          <target name="run">
          </target>
  • NewscrapRestarter.java . . . . 13 matches
         package newscrap_restarter;
          * 예: http://x.x.x.x/newscrap/search.php?keyword=&lastdate=20130124&usedate=false&startdate=20130124
         public class NewscrapRestarter {
          private static final String PID_FILENAME = "/newscrap_restarter.pid";
          + "&usedate=false&startdate=xxxxxxxx";
          new NewscrapRestarter().monitor();
          restartApache();
          log("errors while restarting Apache", now2);
          sms("errors while restarting Apache", now2);
          private void restartApache() throws Exception {
          log("Apache2.2 service starting..");
          new String[] { "net", "start", "Apache2.2" });
          log("Apache2.2 service started");
  • LockingWithUpdatingStatusFieldInJpaEnvironmentUsingAutoClosable . . . . 11 matches
          val targetId = 3L;
          Thread thread0 = new Thread(() -> updateWorkerValue2(targetId, "worker0"));
          Thread thread1 = new Thread(() -> updateWorkerValue2(targetId, "worker1"));
          Thread thread2 = new Thread(() -> updateWorkerValue2(targetId, "worker2"));
          Thread thread3 = new Thread(() -> updateWorkerValue2(targetId, "worker3"));
          Thread thread4 = new Thread(() -> updateWorkerValue2(targetId, "worker4"));
          thread0.start();
          thread1.start();
          thread2.start();
          thread3.start();
          thread4.start();
          log.info("+++ {}: STARTED", worker);
  • eclipse-keys . . . . 11 matches
         "Text Editing","Select Line Start","Shift+Home","Editing Text"
         "StartExplorer","Open Files With Default Application","Ctrl+Alt+A","In Windows"
         "StartExplorer","Start Shell Here","Ctrl+Alt+D","In Windows"
         "Text Editing","Text Start","Ctrl+Home","Editing Text"
         "StartExplorer","Show in File Manager","Ctrl+Alt+E","In Windows"
         "StartExplorer","Copy Resource Path to Clipboard","Ctrl+Alt+C","In Windows"
         "Text Editing","Line Start","Home","Editing Text"
         "Uncategorized","Add Artifact to Target Platform","Shift+Ctrl+Alt+A","In Windows"
         "Text Editing","Text Start","Ctrl+Home","Editing Text"
         "Text Editing","Select Line Start","Shift+Home","Editing Text"
         "Text Editing","Line Start","Home","Editing Text"
         "Uncategorized","Add Artifact to Target Platform","Ctrl+Alt+Shift+A","In Windows"
  • Ant . . . . 10 matches
          <target name="test">
          </target>
         default 속성은 ant가 기본적으로 실행하는 target
         target은 ant의 작업단위
          <target name="init">
          </target>
          <target name="javac" depends="init">
          </target>
          <target name="all" depends="javac">
          </target>
  • Axis로WebService개발하기 . . . . 10 matches
         <target name="genWSDL" depends="javac">
          <arg line=" -o ${conf-dir}/${wsdl-filename} -l ${webservice_url} -n ${targetNamespace} -p${webservcePackageName} ${targetNamespace} ${webserviceRemoteInterfaceName}"/>
         </target>
         <target name="genWSDD" depends="genWSDL">
         </target>
         <target name="deployWebService">
         </target>
         <target name="undeployWebService">
         </target>
  • Tar분할 . . . . 9 matches
         [tar]와 [split]을 이용 tar하면서 바로 분할 혹은 합치면서 바로 untar
         tar cvf - MyDir | split -b 1024m - target.tar
         cat target.tar* | tar xvf -
  • aromnet.ini . . . . 9 matches
         {{{[Startup]
         [Startup-Summary]
         [Startup-Bar0]
         [Startup-Bar1]
         [Startup-Bar2]
         [Startup-Bar3]
         [Startup-Bar4]
         [Startup-Bar5]
         [Startup-Bar6]
  • HelpOnLists . . . . 8 matches
         You can create bulleted and numbered lists in a quite natural way. All you do is inserting the line containing the list item. To get bulleted items, start the item with an asterisk "{{{*}}}"; to get numbered items, start it with a number template "{{{1.}}}", "{{{a.}}}", "{{{A.}}}", "{{{i.}}}" or "{{{I.}}}". Anything else will just indent the line. To start a numbered list with a certain initial value, append "{{{#}}}''value''" to the number template.
         To nest lists of different levels, you use different depths of indenting. All items on the same indent level belong to the same (sub-)list. That also means that you cannot change the style of a list after you started it.
         And if you put asterisks at the start of the line
          * Uppercase roman (with start offset 42)
         And if you put asterisks at the start of the line
          * Uppercase roman (with start offset 42)
  • 2024-04-11(Th) Raspberry Pi 5에 MoniWiki 설치하기(Docker 이용) . . . . 6 matches
         StartLimitIntervalSec=60
         ExecStart=/usr/bin/docker-compose up
         TimeoutStartSec=0
         Restart=on-failure
         StartLimitBurst=3
         WantedBy=multi-user.target
  • Upstart . . . . 6 matches
         #keywords process manager, ubuntu 14.04, SysVinit, systemd, Upstart
         By default, Upstart jobs are located in /etc/init and the docker Upstart job can be found at /etc/init/docker.conf
         [Ubuntu 14.04] uses [Upstart]
         sudo start docker
         sudo restart docker
  • gvim.bat . . . . 6 matches
         :loopstart
         goto loopstart
         start "%VIM_EXE_DIR%\gvim.exe" %VIMARGS%
         start /w "%VIM_EXE_DIR%\gvim.exe" %VIMARGS%
         start "dummy" /b "%VIM_EXE_DIR%\gvim.exe" %*
         start "dummy" /b /wait "%VIM_EXE_DIR%\gvim.exe" %*
  • LockingWithUpdatingStatusFieldInJpaEnvironment . . . . 5 matches
          val targetId = 100L;
          Thread thread1 = new Thread(() -> { updateWorkerValue(targetId, "worker1");});
          Thread thread2 = new Thread(() -> { updateWorkerValue(targetId, "worker2");});
          thread1.start();
          thread2.start();
          log.info("+++ {}: STARTED", worker);
  • OurSoftwareDependencyProblem . . . . 5 matches
         For example, when Jeff Dean and I started work on Google Code Search12—grep over public source code—in 2006, the popular PCRE regular expression library seemed like an obvious choice. In an early discussion with Google’s security team, however, we learned that PCRE had a history of problems like buffer overflows, especially in its parser. We could have learned the same by searching for PCRE in the NVD. That discovery didn’t immediately cause us to abandon PCRE, but it did make us think more carefully about testing and isolation.
         The inspection process should include running a package’s own tests. If the package passes the inspection and you decide to make your project depend on it, the next step should be to write new tests focused on the functionality needed by your application. These tests often start out as short standalone programs written to make sure you can understand the package’s API and that it does what you think it does. (If you can’t or it doesn’t, turn back now!) It is worth then taking the extra effort to turn those programs into automated tests that can be run against newer versions of the package. If you find a bug and have a potential fix, you’ll want to be able to rerun these project-specific tests easily, to make sure that the fix did not break anything else.
         It is especially worth exercising the likely problem areas identified by the basic inspection. For Code Search, we knew from past experience that PCRE sometimes took a long time to execute certain regular expression searches. Our initial plan was to have separate thread pools for “simple” and “complicated” regular expression searches. One of the first tests we ran was a benchmark, comparing pcregrep with a few other grep implementations. When we found that, for one basic test case, pcregrep was 70X slower than the fastest grep available, we started to rethink our plan to use PCRE. Even though we eventually dropped PCRE entirely, that benchmark remains in our code base today.
         Creeping dependencies can also affect the size of your project. During the development of Google’s Sawzall23—a JIT’ed logs processing language—the authors discovered at various times that the main interpreter binary contained not just Sawzall’s JIT but also (unused) PostScript, Python, and JavaScript interpreters. Each time, the culprit turned out to be unused dependencies declared by some library Sawzall did depend on, combined with the fact that Google’s build system eliminated any manual effort needed to start using a new dependency.. This kind of error is the reason that the Go language makes importing an unused package a compile-time error.
         Upgrading is a natural time to revisit the decision to use a dependency that’s changing. It’s also important to periodically revisit any dependency that isn’t changing. Does it seem plausible that there are no security problems or other bugs to fix? Has the project been abandoned? Maybe it’s time to start planning to replace that dependency.
  • Tar+gzipOnHp-ux . . . . 5 matches
         linux와는 달리 tar명령에 압축옵션이 따로 없다.
         tar cvf - FILES | gzip -c > ARCH.tar.gz
         gunzip -c ARCH.tar.gz | tar xvf -
  • WindowsStartScript-Weblogic . . . . 5 matches
         [weblogic] windows restart script
         >cat restart.cmd
         start cmd /c "startWebLogic.cmd > restart.out"
  • jEdit . . . . 5 matches
         = textarea font =
         start "jEdit startup" "C:\WINDOWS\system32\javaw.exe" -Xms64M -Xmx192M -jar "D:\programs\jEdit\jedit.jar" -reuseview %*
         bufferlist.startExpanded=true
         options.last=textarea
  • systemd . . . . 5 matches
         #keywords linux, ubuntu, systemd, System V, Upstart, daemon manager, service, service manager
         sudo systemctl {start|stop|restart|status} mysql
         service mysqld {start|stop|restart|status}
  • CheckJuminnoInContents . . . . 4 matches
         <textarea name=a rows=5 cols=50>aa1234567890123123123adf
         </textarea>
         <textarea name=log rows=50 cols=90></textarea>
  • JEdit마우스오른쪽메뉴에등록하기 . . . . 4 matches
         @rem start "jEdit startup" "C:\WINDOWS\system32\javaw.exe" -Xmx192M -jar "D:\programs\jEdit\jedit.jar" -reuseview %*
         start "jEdit startup" "C:\WINDOWS\system32\javaw.exe" -Xms64M -Xmx192M -jar "D:\programs\jEdit\jedit.jar" -reuseview %*
  • Jquery쓸만한함수들 . . . . 4 matches
         = $.extend( target, prop1, propN ) =
          * target (Object): 확장할 개체
          anarray: ['one', 'two', 'three', 'start your engines']
         acts accordingly by giving the message: 'one', 'two', 'three', 'start your engines'
  • StreamBridge.java . . . . 4 matches
         public void startMe()
          start();
          clientListener.startMe();
          serverHostListener.startMe();
  • UbuntuTips . . . . 4 matches
         # start on (filesystem and started dbus)
         start on (never and filesystem and started dbus)
  • WikiSlide . . . . 4 matches
         Good places to start your Wiki exploration:
          * `Anchor` - defines a link target line
          * click on ''create page'' to start with an empty page or
         Below the list of templates you will also find a list of existing pages with a similar name. You should always check this list because someone else might have already started a page about the same subject but named it slightly differently.
  • 모델링 . . . . 4 matches
         [StarUML] : StarUML은 빠르고, 유연하고, 확장가능하며, 풍부한 기능에 Win32 플랫폼에서 무료로 사용할 수 있는 UML/MDA 플랫폼(툴)을 개발하기 위한 오픈 소스 프로젝트입니다. StarUML 프로젝트의 목적은 Rational Rose, Together와 같은 상업적 도구를 비싼 돈을 들여 사용하지 않더라도 그에 준하는 기능을 갖춘 오픈 소스 소프트웨어 모델링 도구 및 플랫폼을 개발하는 것입니다. http://staruml.sourceforge.net/
  • DisableMysqlRunAtBootTime . . . . 3 matches
         #keywords mysql, systemctl, systemd, autostart, disable
         sudo systemctl {start|stop|restart|status} mysql
  • EclipseOnUbuntu . . . . 3 matches
         Exec=/usr/java/jdk7/bin/java -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /home/xxx/programs/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -os linux -ws gtk -arch x86_64 -showsplash /home/xxx/programs/eclipse//plugins/org.eclipse.platform_4.3.1.v20130911-1000/splash.bmp -launcher /home/xxx/programs/eclipse/eclipse -name Eclipse --launcher.library /home/xxx/programs/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so -startup /home/xxx/programs/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendVmargs -exitdata 338007 -product org.eclipse.epp.package.jee.product -vm /usr/java/jdk7/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /home/xxx/programs/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
         StartupNotify=false
         StartupWMClass=Eclipse
  • HelpOnProcessingInstructions . . . . 3 matches
         Processing instructions have the same semantics as in XML: they control the paths taken when processing a page. Processing instructions are lines that start with a "{{{#}}}" character followed by a keyword and optionally some arguments. Two consecutive hash marks at the start of a line are a comment that won't appear in the processed page.
         All !PIs must appear at the very start of a page. An exception are comment !PIs, those may appear within a wiki page (but obviously not in pages using other formats).
  • HelpOnTables . . . . 3 matches
         To create a table, you start and end a line using the table marker "`||`". Between those start and end markers, you can create any number of cells by separating them with "`||`". To get a cell that spans several columns, you start that cell with more than one cell marker. Adjacent lines of the same indent level containing table markup are combined into one table.
  • MoniWikiPo . . . . 3 matches
         msgid "Start:"
         msgid "Error: tarball does not exists"
         "1.#n start numbering at n; space alone indents.<br />\n"
  • StarUML . . . . 3 matches
         StarUML은 빠르고, 유연하고, 확장가능하며, 풍부한 기능에 Win32 플랫폼에서 무료로 사용할 수 있는 [UML]/[MDA] 플랫폼(툴)을 개발하기 위한 오픈 소스 프로젝트입니다. StarUML 프로젝트의 목적은 [Rational Rose], [Together]와 같은 상업적 도구를 비싼 돈을 들여 사용하지 않더라도 그에 준하는 기능을 갖춘 오픈 소스 소프트웨어 [모델링 도구] 및 플랫폼을 개발하는 것입니다. http://staruml.sourceforge.net/
  • SystemV . . . . 3 matches
         #keywords linux, ubuntu, systemd, System V, Upstart, daemon manager, service, service manage, process manager, init process
         service mysql {start|stop|restart|status}
  • nfs . . . . 3 matches
         에 있는 Quick Start 설명대로 하고
         restart:
         sudo service nfs-kernel-server restart
  • ApacheWebServerInstall . . . . 2 matches
         httpd.exe -k start
         httpd.exe -k restart
  • CleanArchitecture-2020 . . . . 2 matches
         In every case, the best option is for the development organization to recognize and avoid its own overconfidence and to start taking the quality of its software architecture seriously.
         = PART 2. Starting with the Bricks: Programming Paradigms =
  • CvsCommand . . . . 2 matches
          A conflict was detected while trying to merge your changes to file with changes from the source repository. file (the copy in your working directory) is now the result of attempting to merge the two revisions; an unmodified copy of your file is also in your working directory, with the name .#file.revision where revision is the revision that your modified file started from. Resolve the conflict as described in the section called “Conflicts example ”. (Note that some systems automatically purge files that begin with .# if they have not been accessed for a few days. If you intend to keep a copy of your original file, it is a very good idea to rename it.) Under vms, the file name starts with __ rather than .#.
  • DeadLock . . . . 2 matches
          ta.start();
          tb.start();
  • Dns구성하기 . . . . 2 matches
         그러고 나서 sendmail을 restart 해 주어야 하는데 그 명령은
         /etc/rc.d/init.d/sendmail restart
  • DockerStartFail . . . . 2 matches
         docker does not start
         "docker.service: Start request repeated too quickly."
  • HelpOnFormatting . . . . 2 matches
         An {{{inline code sequence\}}} has the start and end markers on the same line. Or you use `backticks`.
         An {{{inline code sequence}}} has the start and end markers on the same line. Or you use `backticks`.
  • InstallCert.java . . . . 2 matches
          System.out.println("Starting SSL handshake...");
          socket.startHandshake();
  • JUnit관련AntTestTarget예제 . . . . 2 matches
         [JUnit] 관련 [Ant] Test Target 예제
          <target name="test" depends="compile">
          </target>
  • JavaFileCopy . . . . 2 matches
          public static boolean copyTransferTo(String sourcePath, String targetPath){
          out = new FileOutputStream(targetPath).getChannel();
  • JuniperVPN64bitUbuntu에서CommandLine으로연결하기 . . . . 2 matches
         attachment:juniper_network.tar.gz
         attachment:juniper-20161112.tar.gz
  • Maven사용하기 . . . . 2 matches
         ==> target 디렉토리를 만들어 결과를 생성한다.
         각 Goal([CVS]에서의 target과 같은 개념)의 의존관계
  • Missing Value Handling . . . . 2 matches
         # Remove rows with missing target(y)
         # sepaarate target from predictors(features, columns)
  • ProcessManager . . . . 2 matches
         #keywords linux, ubuntu, systemd, System V, Upstart, daemon manager, service, service manage
         [Upstart]
  • Putty설정자동백업 . . . . 2 matches
         rem start /w d:\programs\putty\putty.exe %*
         start d:\programs\putty\putty.exe %*
  • awk . . . . 2 matches
          the start of input. Inside a BEGIN action the
         RSTART The starting position of the string matched by
  • convenc . . . . 2 matches
          if(args[i].startsWith("-")){
          if(args[i].startsWith(optId)){
  • delLastLine.sh . . . . 2 matches
         ((target=lineCount-lineCountToDel+1))
         sed ''${target},\$d'' ${filename}
  • e.cmd . . . . 2 matches
          start explorer.exe "%CD%"
          start explorer.exe %*
  • ee.cmd . . . . 2 matches
          start explorer.exe /e, "%CD%"
          start explorer.exe /e, %*
  • findinjar.sh . . . . 2 matches
          target_jar=`echo $2 | sed 's/\//\\\\\//g'`
          jar tvf "$2" | sed -n "/${grep_args}/s/^\(.*\)$/${target_jar}:\1/p"
  • html5_book_원철연 . . . . 2 matches
         9.9 textarea 요소(Element) http://fromyou.tistory.com/469
         1.5.2 target pseudo-class http://fromyou.tistory.com/491
  • mon.html . . . . 2 matches
         *관련 : [NewscrapRestarter.java]
          +"&usedate=false&startdate=xxxx";
  • synapse . . . . 2 matches
         [INFO 11:58:59.910379] [synapse-main:266] Starting up...
         Synapse crashes every time I start typing something
  • tar . . . . 2 matches
         [tar 분할] - [split] 사용
         [tar+gzip on hp-ux]
  • vim.bat . . . . 2 matches
         :loopstart
         goto loopstart
  • volatile . . . . 2 matches
          t1.start();
          t2.start();
  • 배치로MysqlDb백업받기 . . . . 2 matches
         tar cvfj db_dump_`date +%Y%m%d`.tar.bz2 db_dump_`date +%Y%m%d`
  • 업무시각화-도미니카드그란디스-202005 . . . . 2 matches
         3. 철저히 시간을 보호하고, 오래된 업무를 완료하기 전에 새로운 업무 진행을 멈춰라. "Stop Starting, Start Finishing!" (LeanKanban Univ. press, 2012) - 아르네 록
  • (번역)PleaseStopCallingDatabasesCPOrAP . . . . 1 match
          If operation B started after operation A successfully completed, then operation B must see the the system in the same state as it was on completion of operation A, or a newer state.
  • .vimrc . . . . 1 match
         "EasyMotion Start
  • CategoryCategory . . . . 1 match
         To be consistent with the C2 category scheme, all categories start with the word "Category". For more information, see Wiki:AboutCategoriesAndTopics''''''.
  • ClipMacro . . . . 1 match
         [[Clip(OneStarKospi)]]
  • CopyingOffsetsOfAConsumerGroupToAnotherConsumerGroupInKafka0.10WithPythonScript . . . . 1 match
          * check status of grp2 (target group)
  • EclipseStartScript . . . . 1 match
         #keywords eclipse, oxygen, eclipse start script, neon
  • EpsonL3156NetworkIssue-20101129 . . . . 1 match
         프린터가 자동으로 restart 되고 나서 이제 web admin에 접속이 되지 않았다.
  • FindPage . . . . 1 match
         Good starting points to explore a wiki are:
  • FortuneCookies . . . . 1 match
          * You shall be rewarded for a dastardly deed.
  • GoogleAIYVoiceKit . . . . 1 match
         or use ```Startup Disk Creator```
  • HelpForBeginners . . . . 1 match
         Good starting points to explore a wiki are
  • HelpOnActions . . . . 1 match
          * `!LikePages`: list pages whose title starts or ends with the same MeatBall:WikiWord as the current page title.
  • HelpOnHeadlines . . . . 1 match
         You can create headings by starting and ending a line with up to five equal signs. The heading text is between those markers, separated by a space.
  • HelpOnProcessors . . . . 1 match
         Processors work on the data in a code display. You specify which processor to call by using a ''bang path''-like construct in the first line. A bang path is a concept known from Unix command line scripts, where they serve the exact same purpose: the first line tells the shell what program to start to process the remaining lines of the script.
  • HelpOnSubPages . . . . 1 match
         Links to sibling pages start with "`../`", for example ../SubPages (a link to this page).
  • HelpOnXmlPages . . . . 1 match
         If you have Python4Suite installed in your system, it is possible to save XML documents as pages. It's important to start those pages with an XML declaration "{{{<?xml ...>}}}" in the very first line. Also, you have to specify the stylesheet that is to be used to process the XML document to HTML. This is done using a [http://www.w3.org/TR/xml-stylesheet/ standard "xml-stylesheet" processing instruction], with the name of a page containing the stylesheet as the "{{{href}}}" parameter.
  • Html5JsApi . . . . 1 match
         document.addEventListener('dragstart', function(event) {
  • JavaTips . . . . 1 match
          this.threadKeyInEchoEraser.start();
  • LinuxTips . . . . 1 match
         /etc/rc.d/init.d/sshd restart
  • LogbackLoglevelChangeAtRuntime . . . . 1 match
         org.apache.catalina.startup.DigesterFactory ERROR ERROR
  • Nio이용논블로킹소켓서버구현 . . . . 1 match
         public void startServer() throws IOException
  • PairingSamsungBluetoothKeyboardTrio500OnXubuntu . . . . 1 match
         Discovery started
  • PatternTemplate . . . . 1 match
         The setting for the problem. This can include a description of the target user, e.g., developer, manager, customer.
  • ProcMailSample1 . . . . 1 match
         --> from http://www.superuser.co.kr/home/superuserboard/view.html?id=2668&code=sendmail&start=60&position=
  • RemoveMysqlDataAndRootPassword . . . . 1 match
         sudo service mysql start
  • ResetMysqlRootPassword . . . . 1 match
         3.start with init file
  • SAGA Pattern . . . . 1 match
         분산 환경에서의 트랜잭션을 구현하는 방법으로 SAGA Pattern이라는 것이 있다. SAGA pattern이란 마이크로서비스들끼리 이벤트를 주고받아 특정 마이크로서비스에서의 작업이 실패하면 이전까지 작업이 완료된 마이크로서비스들에게 보상 (complementary) 이벤를 소싱함으로써 분산 환경에서 atomicity를 보장하는 패턴이다. SATA pattern에서의 핵심은 마이크로서비스들끼리 이벤트를 주고 받는다는 것이기 때문에, 이 패턴은 기본적으로 event sourcing 패턴 위에 적용되는 패턴이다.
  • SAX . . . . 1 match
         startDocument()
  • Stty특수문자지정 . . . . 1 match
         start
  • ThreadJoin()Test . . . . 1 match
          th.start();
          System.out.println("STARTED");
         STARTED
  • Ubuntu16.04KoreanFont . . . . 1 match
         restart program or relogin
  • Ubuntu16.04XPS-13WifiDriverIssue . . . . 1 match
         Go to software & Updates, enable"Proprietary drivers for devices"
  • Ubuntu20.04BroadcomBCM4352WirelessNetworkAdapterDriver . . . . 1 match
         1. select "Do not use the device" first and click "Apply Changes" firsts, and then restart
  • UbuntuKeyboardMapping . . . . 1 match
         When you restart, that file will run automatically.
  • UbuntuOnMacbookpro . . . . 1 match
         --> add to Startup Applications
  • UnixShellScripts . . . . 1 match
         [restart-nfs-server]
  • Useful Software . . . . 1 match
          * synapse: Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.
  • WeblogicPasswordReset . . . . 1 match
         startWebLogic.sh
  • WindowDraggingInMacByClickingOnAnyPartOfIt(asOnLinux) . . . . 1 match
         You can drag and move a window by "pressing Ctrl+Cmd and clicking any part of the window". need to restart Mac.
  • bootlog . . . . 1 match
         grep -h -e 'Stopping ACPI' -e 'Started User Manager for UID 1000' /var/log/syslog /var/log/syslog.[0-9] >> /home/gim/_onoff.log
  • classloader.jsp . . . . 1 match
          if(!resourceName.startsWith("/"))
  • com.gimslab.util.batch.UniqLoopingBatchProcess.java . . . . 1 match
          public void startJob() throws Exception
  • copy-production2dev.py . . . . 1 match
         print "target base count = "+str(rowCount)
  • cygwin . . . . 1 match
         서비스 실행(net start or cygwinsrv 명령 이용)
  • docker . . . . 1 match
         [docker start fail]
  • dos . . . . 1 match
         start /b COMMAND
  • dp.cmd . . . . 1 match
         scp .tmp/* weblogic@hiratwas:/SYSTEM/wls11g/server_restart/
  • eclipse . . . . 1 match
         [eclipse start script]
  • find . . . . 1 match
         find WEB-INF -name '*.java' -exec tar cvf \+
  • find-pair-for-the-sum . . . . 1 match
         targetSum = 10
  • gvim.cmd . . . . 1 match
         start "gvim" "C:\Program Files\Vim\vim73\gvim.exe" %*
  • jaxrpc-ri.xml . . . . 1 match
          targetNamespaceBase="http://localhost:8080/mytestws/webservice/wsdl"
  • make .desktop file for window application launching . . . . 1 match
         StartupWMClass=ObinsKit
  • prepend . . . . 1 match
         echo -e "start transaction;\n$(cat xaa.sql)" > xaa.sql
  • restart-nfs-server . . . . 1 match
         service nfs-kernel-server restart
  • rewar.sh . . . . 1 match
          info war created. restart WAS.
  • split . . . . 1 match
         [tar 분할]
  • todo . . . . 1 match
         blog : server_restart
  • weblogic . . . . 1 match
         [windows start script - weblogic]
  • wordpress . . . . 1 match
         ["start on wordpress"]
  • 구글검색옵션 . . . . 1 match
         Star Wars Episode +I
  • 모델링도구 . . . . 1 match
         StarUML
  • 삼성블루투스키보드트리오500Xubuntu에서페어링 . . . . 1 match
         Discovery started
  • 아파치디렉토리사용자인증설정하기 . . . . 1 match
          *apache restart (사용자파일만 변경된경우는 리스타트 불필요)
  • 읽을책 . . . . 1 match
         5.플루타르코스(Plutarchos)의 프루타르크 영웅전
Found 132 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2012-10-17 12:46:36
Processing time 0.4171 sec