iframe 내부에서 사용하는 php에


header('P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"');


를 추가하면됨

--------------- 1.  DB 분리하기

 

sp_detach_db DB명

 

-- 혹시 사용중이라고 나오면 로그인 사용자 kill
-- sp_who -- 로그인 사용자 확인
-- kill spid--로그인 사용자 쥑이기
-- 그리고 SMS DB같은 경우 문자보내기 서비스가 실행중이므로 서비스를 중지 시키고,
-- 로그인사용자 kill 시키고 분리

 

----------------- 1. 분리 끝

 

 

-----------------  2. DB 연결
-- 로그 파일이 있는 경우 sp_attach_db 사용
 sp_attach_db @dbname='DB명', @filename1='파일경로\ball.mdf', @filename2='파일경로\ball_log.ldf'

 

--데이터 파일만 있은 경우 sp_attach_single_file_db 사용
sp_attach_single_file_db @dbname='DB명', @physname='파일경로\baseball.mdf'

-----------------  2. DB 연결 끝



Windows7-USB-DVD-Download-Tool-Installer-en-US.zip


외부 도메인에서 직접적인 링크를 막기 위한 방법입니다.


우선 셋팅을 하기 위해서는 url-rewrite 설치를 하셔야 합니다.


http://www.iis.net/downloads/microsoft/url-rewriteViewer


설치 후 web.config 파일을 여신 후 

<system.webServer></system.webServer> 사이에 아래 내용을 넣어주세요.

기존에 rewirte 내용이 있으면 rules만 추가해주시면 됩니다.


conditions 값에는 허용할 도메인에 대한 설정입니다.

xe 사용자로써 도메인 추가를 안하면 대부분이미지들이 절대 경로로 잡혀있는지라 대부분의 이미지가 안나오니 유의해주세요.


action은 대체 이미지 입니다.


외부 링크를 차단하는 대신 보여줄 이미지를 지정할 수 있습니다.


1
2
3
4
5
6
7
8
9
10
11
12
13
<rewrite>
    <rules>
        <rule name="Prevent Image Hotlinking">
            <match url=".*\.(gif|jpg|png|zip|7z)$" />
            <conditions>
                <add input="{HTTP_REFERER}" pattern="^$" negate="true" />
                <add input="{HTTP_REFERER}" pattern="http://www.uhoon.co.kr/.*$" negate="true" />
                <add input="{HTTP_REFERER}" pattern="http://uhoon.co.kr/.*$" negate="true" />
            </conditions>
            <action type="Rewrite" url="/files/attach/menu_button/361/410.20130414121940.menu_normal_btn.png" />
        </rule>
    </rules>
</rewrite>


build.prop 내용에 wlan.wfd.hdcp=disable 를 추가한 후 저장하고 재부팅한다


삼성 갤럭시 탭S2 8.0에서 테스트 하였을 때 정상작동 확인.


1. read

 Properties ini = new Properties();
 String mode="";
 ini.load(new FileInputStream("/sdcard/init.ini")); 
 mode=ini.getProperty("version"); 


2.write

Properties ini = new Properties();
ini.put("version", "default"); // property Add
ini.setProperty("version", "single"); 
ini.store(new FileOutputStream("/sdcard/FTPTemp/init.ini",true), "Initialize"); //save

installing service pack 5 for Visual Basic 6 was problematic in windows 7. The installer checks the MDAC version and gives the warning that MDAC 2.5 should be installed as a minimum (I am sure a higher version of MDAC is installed in windows 7). After the warning it quits the setup procedure. 

 

To get around this issue the following worked for me: 

In the enu folder edit the following file: sp598ent.stf  

 

From the following line remove the number 36: 

Old line: 13 Group 28 36 38 29 30 32 26 27 14 25 16 17 20 18 19 15 39 21 22 24 23 43 

New line: 13 Group 28 38 29 30 32 26 27 14 25 16 17 20 18 19 15 39 21 22 24 23 43  

 

Delete the following 2 lines replacing them with just carriage returns: 

36 Depend "27 ? : 37" 

37 IsWin95 CustomAction "sp598ent.dll,CheckForMDAC"  

 

Save the file and run the installer again. 



rdcm27.zip


ko.locale


아래 폴더에 덮어씌운다


C:\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\Files\Locale



1. Import 후 우측 하단에 UTF-8누르고 more를 눌러서 x-windows-949 클릭



2.Reload 클릭




=================================================================================================

혹은 File - Import Settings에서 아래와 같이 설정







+ Recent posts