2022년 2월 22일 화요일

변기수위조절기 교체

 변기의 필밸브 (변기수위조절기)를 교체하려면,

  1. 변기 물탱크에 연결된 수도밸브를 잠금다.
  2. 물탱크 바깥 하단 좌측에 기존의 필밸브에 연결된 육각플라스틱 너트를 푼다.
  3. 물탱크 안쪽의 필밸브를 교체한다.
필밸브 교체시 인터넷에서 판매량이나 리뷰가 많은 제품을 사면 무방하다. (혹은 철물점이나 만물상에서 공통규격의 제품을 판매한다.)

중요한건 위 리스트 中 2번의 너트를 푸는 문제이다.
너트를 푸는건 어렵다. 이유는
  • 스패너 같은 공구와 너트의 합이 잘맞지 않는다.
  • 변기와 벽의 좁은 틈에서 낮는 포복자세로 엎드려서 작업해야 한다. 
  • 꽉 조여져 있다.
일반 몽키스페너로 너트를 푸는건 불가능에 가깝다.
따라서 특별한 공구가 필요하다.
  • 1/2인치 롱복스알 27MM
  • 1/2인치 라쳇핸들
이것 두개면 된다.




#덕정주공5단지 #덕정주공4단지 #덕정주공3단지 #덕정주공2단지 #덕정주공1단지

2016년 12월 25일 일요일

구글유료앱 결제가 안될 경우

안드로이드에서 유료앱을 구매할 때 ,
해외결제가 가능한 카드정보를 구글에 등록하게 된다.

구글결제센터, 구글월렛,구글플레이,
이 세 군데서 가능한데
카드정보 등록이 안 되는 문제가 생긴다.

카드 문제 혹은 구글계정의 문제다. 다음 메시지가 나온다.

  • 계정이 위험에 노출되어 있습니다 30분후에 다시 시도하거나 google에 문의해 주세요.
  • 카드 정보를 수정하거나 다른 카드를 사용해 주세요.
  • 거부됨. 결제수단이 잘못되었습니다.
  • 카드세부정보중 일부가 잘못되었습니다.
  • 아직 신청한 Google 서비스 관련 결제가 없습니다.

카드 문제라면 2~3개의 체크/신용카드 시도해보면, 1개는 먹힐 것이다.
이 경우 카드가 문제였음이 밝혀진다.
해외 온라인결제 기능의 문제였던 걸로 판명이 난거다.

모두 안 먹힌다면 구글계정의 문제다.
사용자가 설정을 잘못한 건데, 원인이 복잡하다.

필자는 개인정보 수정/스마트폰 초기화/보안설정 변경을 해보았다.
스마트폰과 데스크탑을 오갔다. 그러나 문제를 해결할 수 없었다.
그렇게 하루를 소비했다. 구글에 신분증 사본을 보내는 건 일이 더 미뤄질 것 같았다.

최후시도는 구글계정을 하나 더 생성하는 일이였다.
스마트폰에서 로그인되어 있던 구글계정을 로그아웃하고,
새로운 계정으로 생성/로그인 했다.
그후 카드를 등록할 수 있었다. 이로써 앱을 구매하는데까지 성공했다.





2014년 12월 10일 수요일

넥서스 패턴 잠금화면 풀기

구글 넥서스 패턴 언락하기

레퍼런스폰은 서비스센터/LGMobile Support Tool로 해제할 수 없다. 이유는 구글의 방침이라고 한다.
비밀번호 분실시, 넥서스폰에 와이파이 연결하고
데스크탑 컴퓨터로 아래 구글계정으로 접속해서 잠금화면을 해제할수 있다
https://www.google.com/android/devicemanage

2013년 1월 9일 수요일

bootmgr is missing 해결방법

http://makepaper.tistory.com/163

이거보고 해결했다^^

공유기 두대 연달아 연결 했을경우

1.하위 공유기의 공유기페이지에서 dhcp서버의 사용란을 체크해제한다.
2.상위공유기에서 나온 lan선을 하위공유기의 1번 lan에 꼽는다.
3.하위공유기와 컴퓨터를 lan선으로 연결하거나 무선으로 연결한다.
과정은 간단하다.

2012년 11월 16일 금요일

아이프레임

<iframe src="경로" width="크기" height="크기" frameborder="0px" scrolling="no" style="border:0px" name="iframe"></iframe>

2012년 9월 23일 일요일

jquery

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery 강좌2 펼침목록 만들기</title>
<style>
.highlight{font-style:italic;background-color:red;color:blue}
</style>
<script type="text/javascript" src="jquery-1.8.2.min.js"></script>
<script type="text/javascript">
 $(document).ready(function(){
  $('p').addClass('highlight');
 });
</script>
</head>
<body>
<p>test</p>
</body>
</html>

2012년 9월 20일 목요일

코드

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title></title>
__vtype,mainscript__
__vtype,mainstyle__
<script language="JavaScript">
<!--
var favoriteurl="http://www.cigarettelady.net/" // URL???섏젙?섏꽭??
var favoritetitle="cigarettelady" // ?ъ씠?몃챸???섏젙?섏꽭??
function addfavorites(){
if (document.all)
window.external.AddFavorite(favoriteurl,favoritetitle)}
//-->
</script>
<link href="/style.css" rel="stylesheet" type="text/css"></head>
<body>
<table width="100%" cellspacing="0" cellpadding="0" align="center">
  <tbody><tr>
    <td width="*" background="http://dasalang.co.kr/images/vfr/top2/topvfrbg.gif">&nbsp;</td>
    <td width="960">
<map name="topvfr1_map">
    <area href="http://dasalang.co.kr/shop/shop.php?req=contactus&mode=form" coords="336,1,374,32" alt="" shape="rect">
    <area href="http://dasalang.co.kr/shop/shop.php?req=sch_idpw" coords="261,1,329,31" alt="" shape="rect">
    <area href="http://dasalang.co.kr/shop/shop.php?req=cominfo" coords="209,2,255,30" alt="" shape="rect">
    <area href="http://dasalang.co.kr/shop/shop.php?req=help" coords="155,1,202,29" alt="" shape="rect">
    <area href="http://dasalang.co.kr/shop/shop.php?req=brd_list" coords="103,1,149,30" alt="" shape="rect">
    <area href="http://dasalang.co.kr/main.php" coords="52,1,98,28" alt="" shape="rect">
    </map><table width="960" cellspacing="0" cellpadding="0" background="http://dasalang.co.kr/images/vfr/top2/comlogobg.gif" align="center">
  <tbody><tr> 
    <td width="585" valign="top" height="61" align="left">
     <a href="http://dasalang.co.kr/main.php"><img border="0" src="http://dasalang.co.kr/images/comlogo.gif"></a></td>   
    <td width="375" rowspan="2"><img border="0" usemap="#topvfr1_map" src="http://dasalang.co.kr/images/vfr/top2/top.gif"></td>
     
  </tr> 
  <tr>
    <td width="585" height="1"><img width="585" height="1" src="http://dasalang.co.kr/images/fixer.gif"></td>
  </tr>
 </tbody>
</table>

<table width="960" cellspacing="0" cellpadding="0" background="http://dasalang.co.kr/images/vfr/top2/gnbg.gif" align="center">     
  <tbody>
  <tr> 
    <td width="32" height="38" rowspan="2"><img src="http://dasalang.co.kr/images/vfr/top2/search.gif"></td
     <form action="http://dasalang.co.kr/shop/shop.php" name="main_sch_form1"></form>
    <td width="80" height="37"><input type="text" class="box" size="10" name="gn"></td>
    <td width="30" rowspan="2">
     <a href="javascript:sch(document.main_sch_form1.gn,document.main_sch_form1)"><img border="0" src="http://dasalang.co.kr/images/vfr/top2/go.gif"></a>
    </td>
    <input type="hidden" value="sch_goods" name="req">
    <input type="hidden" value="y" name="schbutt">
    
    <td width="60" rowspan="2">
     <a href="http://dasalang.co.kr/shop/shop.php?req=sch_goods&df=y"><img border="0" src="http://dasalang.co.kr/images/vfr/top2/dtlsch.gif"></a>
    </td>
    <td width="207" rowspan="2">
     <img width="207" height="1" border="0" src="http://dasalang.co.kr/images/fixer.gif">
    </td>
    <td width="68" rowspan="2">
     <a onMouseOver="document.all['homebutt2'].src='http://dasalang.co.kr/images/vfr/top2/home_over.gif'" onMouseOut="document.all['homebutt2'].src='http://dasalang.co.kr/images/vfr/top2/home_out.gif'" href="http://dasalang.co.kr/main.php">
        <img width="68" height="38" border="0" src="http://dasalang.co.kr/images/vfr/top2/home_out.gif" name="homebutt2"></a>
     </td>
    <td width="11" rowspan="2">
     <img border="0" src="http://dasalang.co.kr/images/vfr/top2/dot.gif">
    </td>
    <td width="76" rowspan="2"><a onMouseOver="document.all['cartbutt2'].src='http://dasalang.co.kr/images/vfr/top2/cart_over.gif'" onMouseOut="document.all['cartbutt2'].src='http://dasalang.co.kr/images/vfr/top2/cart_out.gif'" href="http://dasalang.co.kr/shop/shop.php?req=cart_list">
     <img width="76" height="38" border="0" src="http://dasalang.co.kr/images/vfr/top2/cart_out.gif" name="cartbutt2"></a>
     </td>
    <td width="11" rowspan="2">
     <img border="0" src="http://dasalang.co.kr/images/vfr/top2/dot.gif">
    </td>
    <td width="100" rowspan="2"><a onMouseOver="document.all['delivbutt2'].src='http://dasalang.co.kr/images/vfr/top2/deliv_over.gif'" onMouseOut="document.all['delivbutt2'].src='http://dasalang.co.kr/images/vfr/top2/deliv_out.gif'" href="/http://dasalang.co.kr/shop/shop.php?req=refer_order">
     <img width="100" height="38" border="0" src="http://dasalang.co.kr/images/vfr/top2/deliv_out.gif" name="delivbutt2"></a>
    </td>
    <td width="11" rowspan="2">
     <img border="0" src="http://dasalang.co.kr/images/vfr/top2/dot.gif">
    </td>
    <td width="87" rowspan="2"><a onMouseOver="document.all['rsvbutt2'].src='http://dasalang.co.kr/images/vfr/top2/rsv_over.gif'" onMouseOut="document.all['rsvbutt2'].src='http://dasalang.co.kr/images/vfr/top2/rsv_out.gif'" href="http://dasalang.co.kr/shop/shop.php?req=refer_rsv">
     <img width="87" height="38" border="0" src="http://dasalang.co.kr/images/vfr/top2/rsv_out.gif" name="rsvbutt2"></a>
    </td>
    <td width="11" rowspan="2">
     <img border="0" src="http://dasalang.co.kr/images/vfr/top2/dot.gif">
    </td>
    <td width="73" rowspan="2"><a onMouseOver="document.all['cobutt2'].src='http://dasalang.co.kr/images/vfr/top2/co_over.gif'" onMouseOut="document.all['cobutt2'].src='http://dasalang.co.kr/images/vfr/top2/co_out.gif'" href="http://dasalang.co.kr/shop/shop.php?req=co_list">
     <img width="73" height="38" border="0" src="http://dasalang.co.kr/images/vfr/top2/co_out.gif" name="cobutt2"></a>
    </td>
    <td width="11" rowspan="2">
     <img border="0" src="http://dasalang.co.kr/images/vfr/top2/dot.gif">
    </td>
    <td width="92" rowspan="2">
     <a onMouseOver="document.all['wishlistbutt2'].src='http://dasalang.co.kr/images/vfr/top2/wishlist_over.gif'" onMouseOut="document.all['wishlistbutt2'].src='http://dasalang.co.kr/images/vfr/top2/wishlist_out.gif'" href="http://dasalang.co.kr/shop/shop.php?req=wish_list&mode=view">
     <img width="92" height="38" border="0" src="/http://dasalang.co.kr/images/vfr/top2/wishlist_out.gif" name="wishlistbutt2"></a>
    </td>
  </tr>
  <tr>
    <td width="80" height="1">
     <img width="80" height="1" border="0" src="http://dasalang.co.kr/images/fixer.gif">
    </td>
  </tr>
</tbody></table>
    </td>
    <td width="*" background="http://dasalang.co.kr/images/vfr/top2/topvfrbg.gif">&nbsp;</td>
  </tr>
</tbody></table>



2012년 9월 4일 화요일

오픈마켓

옥션          yj6221
G마켓       yj622112
11번가            "
홈페이지  yj780

2012년 8월 27일 월요일

g4_path 변수가 선언되지 않았습니다. js/capslock.js

 g4_path 변수가 선언되지 않았습니다. js/capslock.js  

아웃로그인 출력할때 에러가나온다. 아래 빨간색으로 표시된  include 문을 추가

<?

include_once("./_common.php");
include_once("$g4[path]/head.sub.php");

include_once("$g4[path]/lib/outlogin.lib.php");
?>

출처 : http://refe.tistory.com/entry/g4path-%EB%B3%80%EC%88%98%EA%B0%80-%EC%84%A0%EC%96%B8%EB%90%98%EC%A7%80-%EC%95%8A%EC%95%98%EC%8A%B5%EB%8B%88%EB%8B%A4-jscapslockjs

오픈카트 에러

Warning: imagejpeg() [function.imagejpeg]: SAFE MODE Restriction in effect. The script whose uid is 10008 is not allowed to access /var/www/vhosts/edvantedge.net/httpdocs/store/image/cache/data owned by uid 48 in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: Invalid filename in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: SAFE MODE Restriction in effect. The script whose uid is 10008 is not allowed to access /var/www/vhosts/edvantedge.net/httpdocs/store/image/cache/data owned by uid 48 in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: Invalid filename in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: SAFE MODE Restriction in effect. The script whose uid is 10008 is not allowed to access /var/www/vhosts/edvantedge.net/httpdocs/store/image/cache/data owned by uid 48 in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: Invalid filename in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: SAFE MODE Restriction in effect. The script whose uid is 10008 is not allowed to access /var/www/vhosts/edvantedge.net/httpdocs/store/image/cache/data owned by uid 48 in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: Invalid filename in /var/www/vhosts/edvantedge.net/httpdocs/store/system/library/image.php on line 45Warning: imagejpeg() [function.imagejpeg]: SAFE MODE Restriction in effect.

오픈카트 설치후 메인상단에 퍼미션 에러가 뜬다.
image/cache에 퍼미션을 755나 777로 준다. 안되면 하위디렉토리에도 퍼미션을 준다.

출처: http://forum.opencart.com/viewtopic.php?f=19&t=61441