2017. 10. 19. 09:44

IIS에 SSL 필요 항목이 체크 되어 있기에 출력되는 에러입니다.


http는 접속이 안되고 https 만 접속이 됩니다.


해결 방법은 IIS 상에 해당 사이트를 찾아서 SSL 설정 버튼을 클릭합니다.

상단에 SSL 필요 항목의 체크를 해제합니다.



'OS > Windwos' 카테고리의 다른 글

시각 동기화 주기 변경  (0) 2017.10.25
시각 동기화  (0) 2017.10.20
IIS 에서 SSL 사용 안함 설정 방법  (0) 2017.09.06
MSCHRT20.OCX 등록방법  (0) 2016.11.16
[서비스] Windows 서비스 등록 및 삭제 방법  (0) 2016.07.21
Posted by 까망후니
2017. 10. 19. 09:25

요즘 리니지M CF출연으로 김택진 사장이 겁나 까이고 있다.


왜??


사장이 자기 제품 홍보에 나온게 잘못인가? 연기 못하는게 당연한거 아닌가?


가만 보면 까는 이유가 웃긴다.

1. 연기 못한다?

- 그럼 연기자 했겠지. 일반인이 연기 못하는건 당연한거 아닌가? 그런건 감안하고 봐야 하지 않나?


2. 게임페인을 만든 나쁜놈?

- 아니 그럼 섹시한 복장의 여성을 성폭행 한놈이 되려 성폭행 유발한 섹시하게 입은 여자들이 잘못인가?

 애도 아니고 성인이 자기가 하고 싶어서 죽도록 하는걸 어쩌란 말인가?

 게임이 아닌 축구, 골프 등등.. 스포츠도 죽도록 하는 폐인은 축구 종주국가서 따질건가?


3. 게임으로 돈 버는놈?

- 현질 안하면되지.. 자기가 더 잘하고 싶어서 한걸 왜?

상술이라고? 그럼 연휴때 성수기로 숙박비, 항공비 올리는 업체들은? 그 업체들은 왜 욕 안먹지?

사행성? 현질 안하면 게임 못한다고?

운동도 장비빨이란게 있고, 무엇이든 투자가 되면 효과가 나타나기 마련이다.


난 게임도 취미생활로 생각하기에.. 취미생활에 거금은 아니더라도 투자를 해서 더 즐겁게 즐길수 있다면..

난 투자하는게 맞다고 생각한다. 

축구만 해도..축구화? 유니폼? 그것도 좀 폼나게 입을라면 몇십만원 한다.

골프? 채만 백만원 넘고, 게임 할때마다 비용이..ㅎㄷㄷ

게임에 몇만원 투자해서(물론 뽑기라서 투자대비 안좋을 수도 있고..)

좀더 재밌게 즐길수 있다면..뭐 나쁘지 않은거 아닌가?


맘에 안들면 비슷한 다른 게임들도 있는데.. 게임을 바꾸던지 하는게 맞을거 같다.

굳이 이 게임을 하겠다면..이런 현질 유도한다는 것쯤은 알고 시작하는것 아닌가?(일반적인 성인이라면...)


디아블로나 다른 외국 게임들도 현질을 다 유도하는데...

왜 김택진만 까이는지 모르겠다..우리나라 사람이라 그런건지..


그냥 내가 보기엔 머리좋고, 돈 많고.. 배아파서 그러는듯..


참고로.. 김택진과 아무 상관도 없고..

리니지는 좀 하다가 이제는 안하는 유저 1인..ㅋㅋ


'기타' 카테고리의 다른 글

OEE 란?  (0) 2018.01.16
552 5.7.0 message content and attachment content guidelines.  (0) 2018.01.02
[버스] 성남 - 광명역 버스 (8446번)  (0) 2017.06.28
[마마치] 젖병 진짜 후기..  (0) 2017.03.29
[VBA] Data Indirect  (0) 2017.01.20
Posted by 까망후니
2017. 10. 16. 11:02

해당 사이트에서 제공합니다.

https://pixlr.com/editor/

'언어 > 기타' 카테고리의 다른 글

버전관리 방법  (0) 2019.04.19
[HTML] 기초 공부  (0) 2018.06.08
[python] 기초 강좌  (0) 2018.06.08
Posted by 까망후니
2017. 9. 18. 20:17

ProcBook.exe.config 파일 


<startup useLegacyV2RuntimeActivationPolicy="true">

<supportedRuntime version="v4.0.30319"/>

<supportedRuntime version="v2.0.50727"/>

</startup>

'4차산업혁명 > PI System' 카테고리의 다른 글

PI 서버 보호를 위한 7가지  (0) 2017.10.25
AF의 MSSQL 접속 정보 수정  (0) 2017.10.25
Future Data - Archive 생성 방법  (0) 2017.08.14
Coresight Database  (0) 2017.08.14
[PI Interface] Windows Service 등록 방법  (0) 2017.04.17
Posted by 까망후니
2017. 9. 6. 02:22

1. IIS에서 SSL 사용 설정할 Web 정보 선택 (ex. PIVision)

2. SSL 설정 실행

3. SSL 필요 체크 or 체크 해제

Posted by 까망후니
2017. 9. 5. 22:29
BEGIN TRY
    SELECT *
        FROM sys.messages
        WHERE message_id = 21;
END TRY
GO
-- The previous GO breaks the script into two batches,
-- generating syntax errors. The script runs if this GO
-- is removed.
BEGIN CATCH
    SELECT ERROR_NUMBER() AS ErrorNumber;
END CATCH;
GO


'DB > MSSQL' 카테고리의 다른 글

[MSSQL] For 문으로 데이터 넣기  (0) 2017.10.24
외부 접속 허용  (0) 2017.10.23
오전오후 -> datetime 변환  (0) 2017.03.28
index 방법  (0) 2017.02.23
MSSQL express to standard upgrade  (0) 2016.11.18
Posted by 까망후니
2017. 8. 14. 17:44

C:\Program Files\PI\adm>piartool.exe -ac


This procedure will create and register a new archive.

The archive path and optional start/end times or size

may be specified.


WARNING: This will reduce system responsiveness for the duration

of the process. If you do not need to initialize the archive times,

it is more efficient to run 'piarcreate' and then register the new

archive with 'piartool -ar'.



Would you like to create the archive file for the future tags (y/n)? y


Enter the complete path to the new archive: "D:\PI\arc\future\future_test.dat"


You have entered the archive path: "D:\PI\arc\future\future_test.dat"

Is this correct (y/n/q)? y


You must initialize the start and end times for the archive file for the future

tags.


Times must be entered in standard PI Time Format,

for example: 04-Jun-73 10:00:00


Enter the archive start time: 14-AUG-2017 00:00:00


You have entered the start time: 14-Aug-17 00:00:00

Is this correct (y/n)? y



Enter the archive end time: 14-Aug-20 00:00:00


You have entered the end time: 14-Aug-20 00:00:00

Is this correct (y/n)? y



Enter the archive size in MB: 1


You have entered the size: 1MB (1024 records)

Is this correct (y/n)? y


You have requested to create an archive with the attributes:


File Path : "D:\PI\arc\future\future_test.dat"

Start Time: 14-Aug-17 00:00:00

End Time  : 14-Aug-20 00:00:00

File Size : 1MB

Archive   : For Future Tags


Is this correct (y/n)? y


Successfully scheduled the archive creation.

Archive path: "D:\PI\arc\future\future_test.dat".


Check the message log for completion status.



'4차산업혁명 > PI System' 카테고리의 다른 글

AF의 MSSQL 접속 정보 수정  (0) 2017.10.25
PI Processbook future tag 보이기  (0) 2017.09.18
Coresight Database  (0) 2017.08.14
[PI Interface] Windows Service 등록 방법  (0) 2017.04.17
[AFSDK] 잘 사용하는 방법  (0) 2017.04.07
Posted by 까망후니
2017. 8. 14. 14:49

https://localhost/piwebapi/admin/search/database.html

'4차산업혁명 > PI System' 카테고리의 다른 글

PI Processbook future tag 보이기  (0) 2017.09.18
Future Data - Archive 생성 방법  (0) 2017.08.14
[PI Interface] Windows Service 등록 방법  (0) 2017.04.17
[AFSDK] 잘 사용하는 방법  (0) 2017.04.07
[OSIsoft] 해결  (0) 2016.12.30
Posted by 까망후니
2017. 7. 13. 13:59


public partial class Form1 : Form

    {

        public Form1()

        {

            InitializeComponent();


            this.WindowState = FormWindowState.Minimized;

            this.ShowInTaskbar = false;

            this.Visible = false;

            this.notifyIcon1.Visible = true;

            notifyIcon1.ContextMenuStrip = contextMenuStrip1;


            MaximizeBox = false;

            MinimizeBox = false;

            //getService();

           // test();

        }



        private void Form1_FormClosed(object sender, FormClosedEventArgs e)

        {

            Application.Exit();

            this.notifyIcon1.Visible = false;

        }


        private void Form1_FormClosing(object sender, FormClosingEventArgs e)

        {

            e.Cancel = true;

            WindowState = FormWindowState.Minimized;

            this.ShowInTaskbar = false;

        }


        private void notifyIcon1_DoubleClick(object sender, EventArgs e)

        {            

            this.Show();

            this.Visible = true;

            this.ShowInTaskbar = true;

            this.WindowState = FormWindowState.Normal;

        }


        private void 종료ToolStripMenuItem_Click(object sender, EventArgs e)

        {

            Application.ExitThread();

            Environment.Exit(0);

            Application.Exit();

            this.notifyIcon1.Visible = false;

            

            /*

             * Application 강제 Process Kill

             */

            //System.Diagnostics.Process.GetCurrentProcess().Kill();

        }


    }

'언어 > C#' 카테고리의 다른 글

[C#] Textbox Multiline  (0) 2018.06.19
C# 데이터 테이블 중복 제거  (0) 2017.12.26
C# 한글 인코딩  (0) 2017.06.18
[ini] ini파일 읽기 쓰기 기본 코드  (0) 2017.02.14
[Thread]쓰레드 기본 코드  (0) 2016.07.08
Posted by 까망후니
2017. 6. 28. 19:10

5/15일 부로 시간표가 바꼇다..

그래서 한시간을 기다렸다..ㅠ.ㅠ.

분당 서울대 병원에서 모란까지 대략 30분 정도 걸리는것 같았다.(8시 차를 8시 30분쯤 탔음)


아..출장 돌아올때가 더 문제..

6시 20분 이후에는 22시 40분이라니....ㅠ.ㅠ...


그냥 안양까지 나와서 다른 버스 타고 와야했다...


아흑..당일치기 여수 출장은 힘들다..ㅠ.ㅠ.


Posted by 까망후니