2017년 7월 25일 화요일

not allow OPTIONS, TRACE with asp.net

 <system.webServer>
  <security>
   <requestFiltering>
    <verbs allowUnlisted="true">
     <add verb="OPTIONS" allowed="false" />
     <add verb="TRACE" allowed="false" />
    </verbs>
   </requestFiltering>
  </security>
 </system.webServer>

2017년 7월 10일 월요일

create user & tablespace with oracle

create tablespace gass_table datafile 'c:\oracle\product\11.2.0\dbhome_1\oradata\gass\gass_table.dbf' size 100m;

create user muse identified by password default tablespace gass_table profile default quota unlimited on gass_table account unlock;

grant resource, connect to muse;
grant create view, create synonym to muse;

2017년 6월 22일 목요일

mysql or mariadb all backup with windows

runas : command prompt

mysqldump --port 3307 -uroot -p ems > backup.sql

netstat find

netstat -an | find /i "listening" | find /i "502"

2017년 3월 15일 수요일

Targeting.NET Platforms

http://getdotnet.azurewebsites.net/target-dotnet-platforms.html

2017년 2월 27일 월요일

set wince output file folder with visual studio 2008

project > properties > device

Target Device:
Windows CE Device

Output file folder: > button

Location of output on device:
Root Folder

Subdirectory:
MY PC\CUWIN\Storage Card\SmartEye5

OK Button Click

2017년 1월 19일 목요일

Windows CE Strings

https://msdn.microsoft.com/en-us/library/ms934880.aspx

%CE1% Program Files
%CE2% Windows
%CE4% Windows\StartUp
%CE5% My Documents
%CE8% Program Files\Games
%CE11% Windows\Start Menu\Programs
%CE14% Windows\Start Menu\Programs\Games
%CE15% Windows\Fonts
%CE17% Windows\Start Menu