Modify the wp_config.php
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
* language support.
*/
define (‘WPLANG’, ”);
Keep the value empty.
/**
* WordPress 语言设置,中文版本默认为中文。
*
* 本项设定能够让 WordPress 显示您需要的语言。
* wp-content/languages 内应放置同名的 .mo 语言文件。
* 要使用 WordPress 简体中文界面,只需填入 zh_CN。
*/
define(‘WPLANG’, ‘zh_CN’);
修改后控制台会有提示下载语言包.
HTTP Status 500 – com.opensymphony.module.propertyset.PropertyImplementationException: Unable to esablish a connection with the database. (error in script file line: 1 Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE])
type Exception report
message com.opensymphony.module.propertyset.PropertyImplementationException: Unable to esablish a connection with the database. (error in script file line: 1 Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE])
description The server encountered an internal error (com.opensymphony.module.propertyset.PropertyImplementationException: Unable to esablish a connection with the database. (error in script file line: 1 Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE])) that prevented it from fulfilling this request.
I got this Error after I use DbVisualizer to connect to JIRA HSQL database.
the HSQL driver version I’m using in DbVis is 2.2.9, but the driver in my JIRA is 1.8.0.5.
Update the JIRA_HOME/lib hsdb driver and restart the JIRA server.
Link: http://stackoverflow.com/questions/12969109/error-in-script-file-line-1-unexpected-token-unique-requires-collation-in-stat
Kindly remind you:
Do trim the join fields for your ‘MergeJoin’:
Otherwise it may take hours to debug!!
SELECT LTRIM(RTRIM(seccode)) AS seccode….
最近有朋友说在亚马逊账户里找不到注册新设备的按钮了,由于我之前都是用网页注册设备, 所以就登陆进去看了一下。 果然没有了。
联系客服一问, 果然是从Amazon账户注册设备的功能已经取消了。
所以还是follow这里从设备注册吧:
http://www.amazon.com/gp/help/customer/display.html/ref=kinw_myk_khelp_regk?ie=UTF8&nodeId=200505460#reg
Message From Customer Service
Hello,
I’m sorry to say but at this time the option to register Kindle from the Website(directly through your Amazon account), is disabled. However, the option to deregister the Kindle device from your account is still enabled.
At this time you can register your Kindle directly from the device or you can reach us via email, chat or Call, with the Device Serial Number(16 digit number) and we’ll register it to your account on your behalf.
To register your Kindle:
1. Press the Menu button.
2. Select “Settings,” then “register” and follow the instructions. If your Kindle has an existing registration, simply select “Deregister” before entering the new registration information.
To watch a video about registering your Kindle and setting up your 1-Click payment method, go to: http://www.amazon.com/help/kindlevideos
If you’re unable to register your Kindle directly from device, please write back with the Device Serial Number(16 digit number) and we’ll register it to your account on your behalf.
Please visit the following link to provide the information we requested:
http://www.amazon.com/rsvp-mi?c=rfqdgcfw3544532121&q=o2r
The Apache Flex community is pleased to announce the release of Apache Flex 4.9.1!
Apache Flex 4.9.1 is a minor update to Apache Flex 4.9.0 that fixes a locale issue and a few bugs. For a full list of changes please look in the RELEASE_NOTES.
https://blogs.apache.org/flex/entry/apache_flex_4_9_1
Apache Flex 4.9.1 Release notes:
Apache Flex 4.9.1 ================= Apache Flex 4.9.1 is a minor update to Apache Flex 4.9. Differences from Apache Flex 4.9.0: - Updated README and RELEASE_NOTES. - Minor change to fix issue with changing locale. - Added AeonGraphical missing theme assets. - Fixed non debug compiler RTE (see ASC-2993). - Updated ASDocs to use correct logo. - Updated Mustella Japanese language pack tests to pass. Bugs fixed: FLEX-33390 Can't embed SVG asset FLEX-33377 Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the background i.e. by clicking on the extreme left i.e. x=0 dimension of the application FLEX-33384 Caret visible in all textinputs after they've been selected once FLEX-33381 Setting s:ComboBox#typicalItem produces unnecessarily long width FLEX-29002 RunTime Error #1009 at mx.managers::PopUpManagerImpl/addModalPopUpAccessibility() when displaying more than one modal popup via PopUpManager on top of each other
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.