cd C:\Program Files\Microsoft Silverlight\4.0.50524.0
gacutil -i System.Core.dll
gacutil -i system.dll
gacutil -i system.net.dll
gacutil -i system.xml.dll
gacutil -i System.Runtime.Serialization.dll
check out what other people said.
cd C:\Program Files\Microsoft Silverlight\4.0.50524.0
gacutil -i System.Core.dll
gacutil -i system.dll
gacutil -i system.net.dll
gacutil -i system.xml.dll
gacutil -i System.Runtime.Serialization.dll
Server Error in '/applicationname' Application. --------------------------------------------------------------------------- Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: Requested registry access is not allowed. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [SecurityException: Requested registry access is not allowed.] Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) +473 ....
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog.
mysqldump -u root -p --default-character-set=utf8 databasename > data.sql
mysqldump -u root -p --default-character-set=utf8 databasename < data.sql
mysql -u root -p
#mysql> use the_database
#mysql> source data.sql
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
service mysqld stop
myisamchk /var/lib/mysql/the_database/*.MYI
service mysqld start
mysql -u root -p
#mysql> use the_database
#mysql> repair table the_table
vi /etc/my.cnf
init_connect='SET collation_connection = utf8_general_ci'
init_connect='SET NAMES utf8'
default-character-set=utf8
character-set-server=utf8
collation-server=utf8_general_ci
skip-character-set-client-handshake
yum groupinstall "X Window System" "GNOME Desktop Environment"
startx
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum --enablerepo=epel install git有同好有一樣的困擾 - 如何使用自己的data logging軟體,因此寫了這篇來分享我的簡易改裝。 Background 雲豆子 MERCURY roaster 烘豆機的設計是使用自行開發的軟體,來:1. 操控風門/火力; 2. data logging/自動烘焙。 ...