this way, we will start firefox when entering firefox on the terminal.
5. Add a desktop shortcut so that you can click and use it on the desktop. For more information, see how to create a shortcut in CentOS6.5 install eclipse.
Adobe flash player Installation
Bytes
1.download install_flash_player_11_linux.x86_64.tar.gz
2. Extract
1
tar -zxvf install_flash_player_11_linux.x86_64.tar.gz
After decompression, three files (Everything is file.w.libflashplayer.so,readme.txt, usr (di
Firefoxfirefox has always been a favorite of users with its powerful scalability. Now Firefox has transplanted this powerful feature to the latest Firefox for Android mobile browser, this allows users to easily customize their browsing experience on their mobile phones and tablets. This is also the biggest difference between Firefox for Android and other mobile browsers.
Here we will introduce four very powerful mobile version extensions to help you customize your mobile Internet preferences to
360 Browser how to block Youku ads, take a look at it.
1, remove ads need to use a plug-in: Adblock:
Browsers currently supporting the plugin are: Firefox, Chrome, Opera, Android and Internet Explorer
As well as domestic browsers: 360 and 360 speed version, and so on, the rest did not test
2, this time Youku to the advertising tutorial to 360 browser speed version as an example:
Open the "Tools" for 360 browsers:
3. Selec
built some practical expansion, relatively easy to start. In particular, the introduction of the Firefox Magic Mirror, many of the veteran Firefox can not help but yell good, but this extension and the Chinese version of the bundled official did not provide downloads.
Recommended: Firefox browser plugin download and installation method
Practical Extensions:
Adblock Plus+adblock plus:element hiding Helpe
1, remove ads need to use a plug-in: Adblock:
Browsers currently supporting the plugin are: Firefox, Chrome, Opera, Android and Internet Explorer
As well as domestic browsers: 360 and 360 speed version, and so on, the rest did not test
2, open 360 Browser "Tools":
3. Select "Tools"-Manage custom function;
4, add Custom function:
5, in the search field input: Adblock
.
Copy Plain text-Copy the current text content without formatting, and then copy all fonts in the current page.
Google Images Re-linker-bypasses the Google Image Search Frame preview page and directly browses the larger image of the thumbnail inside.
Stop-or-reload button-integrates refresh and stop into one button.
Extended Statusbar-something like opera's status bar, a status bar showing speed, percent of progress, time, and number of bytes loaded.
Resizeable Textarea-Allows you to adjust the
need to be specifically set to.input-groupYou must set the element that contains the ToolTip (tooltip) or PopOver (popover)container: ‘body‘parameter to avoid unintended side effects (for example, when a ToolTip or popover is activated, the current element may become wider or/and become lost its rounded corners). Action: First create a div (class= "input-group") for the input box group from the DIV class= "container"> class = "Input-group" > ... Div >
Introduction to Spring Roo in this series "Spring Roo", part 3rd: The add-on component of the development spring Roo discusses the Spring Roo add-on architecture, and how to create an internationalized, simple add-on with the addon create command. This article focuses on the remaining two types of additional components supported by Spring Roo, namely, advanced add-on components and wrapper add-ons. It is recommended that you read the articles in part
Because of the project, node. JS has recently been used to take a restful interface.Performance is good, feel faster than spring boot and the like. And in addition to good performance, as long as the program structure is well organized, do not let too many callbacks to confuse the program structure, overall development efficiency is much faster than Java.Using C + + to optimize some of the modules is a good choice if you want to improve efficiency further. In particular, Nodejs's support for mix
permanently saved, and loads the values stored in the. js field at each startup to initialize the elements in the. xul fileSample code:To define a default value for a variablePref ("Login.time", "");Pref ("username", "ghostjeky");Pref ("extensions.{ 69354808-f0d7-40cc-bb5f-8c1b8f57cecc}.description "," chrome://my_extension/locale/statusbaroverlay.properties ") ;//reference Multi-language attribute string
5 components///define Method interface (. XPT,. dll file) for extension logic
6 Several
BACKUP_PATH = D: \ Backup \
Set DATABASES = hoomsun_credit
Set USERNAME = root
Set PASSWORD = root
Set MYSQL = D :\mysql-5.6.21-winx64 \ bin
Set WINRAR = F: \ winrar \ Rar.exe
Set YEAR = % date :~ 0, 4%
Set MONTH = % date :~ 5, 2%
Set DAY = % date :~ 8, 2%
Set HOUR = % time :~ 0, 2%
Set MINUTE = % time :~ 3,2%
Set SECOND = % time :~ 6, 2%
Set DIR = % BACKUP_PATH % YEAR % \ % MONTH % \ % DAY % \
SetADDON = % YEAR % MONTH % DAY % HOUR % MINUTE % SECOND %
: Create dir
If not exist % DIR % (
Mkd
address is http://blog.csdn.net/mchdba/article/details/48039035. thank you for your reprinting.
2. start debugging.2.1 paste a script from a friend that fails to run.
@ Echo off setlocal ENABLEEXTENSIONS
Set BACKUP_PATH = D: \ Backup \
Set DATABASES = hoomsun_credit
Set USERNAME = root
Set PASSWORD = root
Set MYSQL = D :\mysql-5.6.21-winx64 \ bin
Set WINRAR = F: \ winrar \ Rar.exe
Set YEAR = % date :~ 0, 4%
Set MONTH = % date :~ 5, 2%
Set DAY = % date :~ 8, 2%
Set HOUR = % time :~ 0, 2%
Se
----------
Set year=%date:~0,4%
Set month=%date:~5,2%
Set day=%date:~8,2%
:: If the input time in DOS to return is not 24-hour system (no 0 fill), please modify this here
Set hour=%time:~0,2%
Set minute=%time:~3,2%
Set second=%time:~6,2%
Set dir=%backup_path%%year%\%month%\%day%\
Set addon=%year%%month%%day%%hour%%minute%%second%
:: Create dir
If not exist%dir% (
mkdir%dir% 2>nul
)
If not exist%dir% (
echo Backup path:%dir% NOT ex
Method One
Specific codeBackup
The code is as follows
Copy Code
@echo Off setlocal enableextensions ::----------Configuration Items---------- :: Backup placement path, plusSet Backup_path=d:backup :: Database name to back up, multiple spaces separatedSet Databases=database1 database2 database3 :: MySQL User NameSet Username=root :: MySQL PasswordSet password=123456 :: MySQL Bin directory, plus:: If you can use Mysqldump directly (add MySQL Bin directory to environm
text. STOP3. If X. node is a file, load X. node as binary addon. STOPLOAD_AS_DIRECTORY (X)1. If X/package. json is a file,A. Parse X/package. json, and look for "main" field.B. let M = X + (json main field)C. LOAD_AS_FILE (M)2. If X/index. js is a file, load X/index. js as JavaScript text. STOP3. If X/index. node is a file, load X/index. node as binary addon. STOPLOAD_NODE_MODULES (X, START)1. let DIRS = N
Provides various official and user-released code examples. For code reference, you are welcome to exchange and learn the self-developed thinkphp plug-in mechanism, which is easier to transplant, upgrade, and secondary development than onethink.
Core
// + ----------------------------------------------------------------------// | Thinkphp [we can do it just think it]// + ----------------------------------------------------------------------// | Copyright (c) 2015 http://www.inuoer.com All rights
Here is a cliché about the behavior extensions and plugins in thinkphp (recommended). Small very good, now share to everyone, also for everyone to make a reference.
Principle Analysis
The correspondence between the label and the class, such as ' App_init ' =>array (' Common\behavior\inithook '), is loaded into the static variable $tags in the hook class via the import or Add method in the Hook class. When executing a static method listen or Exec method in a hook (called Exec in the Listen metho
installation failed, and later found this plug-in baidu souzang URL, can be used.GTranslate dictionary plug-in, very conciseInstall Yongzhong office with source codeDownload source http://www.yozosoft.com/person/Installation CommandTar zxvf yozo_office_6.1.0030.w.zh.tar.gzCd 6.1.0030.20.zh/Sudo./setupInstall the xp font Plugin. You can also copy the required font ).Sudo apt-get install ttf-mscorefonts-installerCd/usr/share/fonts/Sudo tar zxvf xpfonts.tar.gzSudo mkfontscaleSudo mkfontdirSudo fc-
enforced, and an action can be reused.
static public function exec ($name, $tag, $params =null) {if (' Behavior ' = substr ($name,-8)) {Behavior extensions must use the Run Entry method$tag = ' run ';}$addon = new $name ();return $addon-> $tag ($params);}
Add:
The thinkphp provides a hook mechanism, thinkphp provides a set of loading points that allow users to handle some of their own extensions at the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.