(cljs / Run-at (JSVM.: browser) " build a just available development environment! ")

Preface Last time, after understanding the basic grammar of cljs and the strange error prompt of clojurescript.net, we must painfully build a local development environment for further study of cljs. Existing build tools Because browsers can only run JS, but can not run cljs directly, we need to build a precompiled environment to compile cljs in ...

Posted by guxin1999 on Thu, 20 Dec 2018 03:09:06 -0800

shell special symbols, cut, sort, uniq, tee, tr, split

wildcard Wildcard: * Matches zero or more characters. That is to say, "Anything is OK". Example: / etc/g* matches all files in / etc that begin with G. / tmp/my*1 starts with my in / tmp and matches all files ending with 1. Wildcard character: uuuuuuuuuuuu Matches any single character. Example: Myfile? Matches with any file nam ...

Posted by hermzz on Thu, 20 Dec 2018 02:30:05 -0800

Simulated shell terminals in Linux environment: mybash, mysu, myclear

Usually the process of executing commands in shell is that the bash process creates a subprocess, and then the subprocess process process is replaced by the executable command file. 1. mybash function: the format of output information is: [user name @ host name in the file]$(root user: [user name @ host name in the file]. Display "~&quot ...

Posted by rockintyler on Tue, 18 Dec 2018 02:39:04 -0800

for loop, while loop, break jumps out of the loop, continue ends the cycle, exit exits the entire script

for cycle Syntax: for variable name in condition; do... ; done Case 1 1+2+3. +100 and When sum is first used as a variable, it is 0; when it enters the for loop, every operation changes the sum variable until the end of $i; the final output is $sum. In addition and subtraction, [] there is no need to add spaces in squa ...

Posted by coditoergosum on Sat, 15 Dec 2018 22:51:03 -0800

Chapter 6: Opening the Way of Operation and Maintenance - Redis's Five Data Types: string, list, hash, set, zset

1. The last article introduced the basis of Redis and provided two ways to start it. Here we summarize the following: Write shell script and run shell script. See the end of the last article for details. ②[root@localhost ~]# cd /usr/local/redis/ [root@localhost redis]# ./bin/redis-server ./redis.conf Check whether the start ...

Posted by loureiro on Fri, 14 Dec 2018 08:24:03 -0800

13.8 - Full Stack Java Notes: Fighting Aircraft Game Practical Project | Explode|MyGameFrame|Plane

Realization of Explosion EffectWhen an airplane is hit by an artillery shell, it needs an explosive effect to make our picture more exciting. Explosive effects are also common in game development.We define the Exlode class to represent the information of the explosion. The difference between the explosion class and the ordinary class is that it ...

Posted by arpowers on Fri, 14 Dec 2018 04:24:03 -0800

The Python Tutorial#12. Virtual Environments and Packages

The Python Tutorial#Virtual Environments and Packages 12.1 Introduction Python applications often use packages and modules that do not belong to standard libraries. Sometimes an application needs a specific version of the library, because the application may need a library with a specific bug to be fixed, or an application depends on an obsolet ...

Posted by sjaccaud on Fri, 14 Dec 2018 03:48:07 -0800

Firefly-RK series (eg: RK3288 RK3368) one-click access root privilege tool RootUtils

Problem description More and more intelligent devices are using Firefly's development board. http://dev.t-firefly.com/forum.php Sometimes android application development must obtain root privileges (such as restarting devices, silently updating apps). Generally, manufacturers will provide ways to obtain root privileges, but th ...

Posted by ednark on Wed, 12 Dec 2018 03:27:06 -0800

taskctl command line class (sh, exe, python new scp) plug-in upgrade extension

Reprinted from: http://www.taskctl.com/forum/detail_129.html The last time I wrote a post TASKCTL, I did not use proxy to execute remote script configuration (SSH plug-in extension) through SSH secret-free connection. http://www.taskctl.com/forum/detail_122.html  . After writing, it is found that it is possible to modify the original ...

Posted by CAM on Mon, 10 Dec 2018 08:12:04 -0800