- 검색된 게시판 리스트 (1개의 게시판, 65개의 게시글, 1/7 페이지)
- [코멘트] 파일첨부 자동증가 + - [새창]
<h1>Spicy AI Chat</h1><br/><br/><p>Spicy AI Chat operates as a individual room for lively exchange. People begin the dialogue for direct messages, clear flavors, and lower strain in the first request. The approach fits relaxed chat, scene play, playful language, and ima… 2026-05-08 05:03:37 Розанн
- 프로시저 예 [새창]
DELIMITER ;;
CREATE PROCEDURE Proc_Insert_AND_Update_Data_From_Sap_Evstation()
BEGIN
DECLARE done INT DEFAULT FALSE;
DECLARE sap_KUNNR VARCHAR(255);
DECLARE sap_NAME1 VARCHAR(255);
DECLARE sap_STCD1 VARCHAR(255);
DECLARE sap_STRAS VARCHAR(255);
DECLARE sap_J_1KFREPRE… 2023-12-17 23:43:21 최고관리자
- [코멘트] aws 에 FTP 설정 및 보안설치 [새창]
[타임존 변경]
https://www.ihee.com/295
https://jojoldu.tistory.com/513
콘솔에서 :
sudo mv /etc/localtime /etc/localtime_org
sudo ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
현재 시간 확인 명령어 : date
[mysql 경로 확인]
whereis mysql
select @@sy… 2022-02-26 16:55:04 최고관리자
- [코멘트] 그누보드 한줄 , 여러줄 불러오기 [새창]
include_once('common.php');
$sql = " select count(*) as countt from member ";
$sql_one = sql_fetch($sql);
echo $sql_one["countt"];
$result = sql_query($sql);
while ($row = sql_fetch_array($result)){
echo $row['countt'];
}
$sql = "update tp_my_cart set cart_count… 2020-08-07 23:00:09 최고관리자
- [코멘트] select box option 추가 [새창]
for (i = 2018; i <= new Date().getFullYear(); i++){
$("#vehicle_model_year option:eq(1)").before("<option value='"+i+"'>"+i+"</option>");
}
<select name="vehicle_model_year" id="vehicle_model_year" ng-model="vehicle_model_year" class="rh_space" style="heig… 2017-11-08 13:58:58 조형래
- select box [새창]
<select name="yearpicker" id="yearpicker"></select>
for (i = new Date().getFullYear(); i > 1900; i--)
{
$('#yearpicker').append($('<option />').val(i).html(i));
} 2017-11-08 10:20:07 조형래
- select box option 추가 [새창]
var thisyear_a = new Date();
var thisyear = thisyear_a.getFullYear();
if(thisyear == 2020){
$("<option value='2018'>2018</option>").insertAfter($("#exp_date2 option:first"));
$("<option value='2019'>2019</option>").insertAfter($("#exp_date2 opt… 2017-11-08 07:59:22 최고관리자
- [코멘트] 그누보드 한줄 , 여러줄 불러오기 [새창]
<?php
$dbhost = "192.168.0.1";
$dbusername = "user_name";
$dbpassword = "password";
$dbname = "dbname";
$connection = mysql_connect($dbhost, $dbusername, $dbpassword) or die('Could not connect');
$db = mysql_select_db($dbname);
// 아래와… 2017-09-24 04:32:04 조형래
- addclass 로 개체 감추고 보이기 [새창]
<script>
$(document).ready(function () { // 페이지가 준비되었을 때
var i =0;
$("#change_staffs").click(function() {
if(i%2==0){
$('.wr_2_option1').addClass("hide_option");
$('.wr_2_option2').removeClass("hide_option");
$("#change_staffs").at… 2016-12-09 21:49:06 조형래
- lightbox slider [새창]
<script>
$(document).ready(function () {
$.lightbox_button = function(board_table,mb_id) {
$("#light_box").load('/light.php',{board_table: board_table, mb_id: mb_id });
document.location.hash = "#lg=1&slide=0";
};
});
</script>
oncl… 2016-08-31 02:29:33 조형래
1 2 3 4 5 6 7 맨끝
|