이전 글에서 admin 페이지에 있는 counter 모듈을 가지고 좀 놀아봤다.이제는 admin 이 아닌 일반 사용자, 로그인 안한 사용자도 볼 수 있는 disp 를 만들어 보자module=counter&act=dispCounterIndex123 이렇게 호출하여 화면 출력되게 해보겠다.counter.view.php 파일은 없는데 새로 만들어 준다.counter.admin.view.php 파일의 내용을 그대로 복사해서 붙여넣기 한다.함수명을 function dispCounterIndex123() 이렇게 바꿔준다.counter/conf/module.xml 파일을 열어를 추가한다.자, 이제 호출해본다.http://localhost/rx/index.php?module=counter&act=dispCounterI..
저번시간 action 테스트에 이어서 이번에는 disp 테스트를 해보겠다.disp 는 화면에 보여준다는 의미 이다. 가장 쉬운것을 찾다보니 counter 모듈이였다.관리자 로그인하여 관리자 화면에 보면 설치된 모듈 > 접속통계를 보면 주소창에act=dispModuleAdminContent 라고 되어 있다.이제 이 의미를 찾아가 보면module/counter 로 가서counter.admin.view.php 파일을 열어보면function dispCounterAdminIndex() 라고 되어 있는데 이것을dispCounterAdminIndex1()로 바꿔본다.그리고 나서 counter/conf/module.xml 을 열어서로 되어 있는 부분을1을 붙여서 바꿔보았다.그래서 호출할때 1을 붙여서 호출하니act=d..
xe 라이믹스 모듈 만들기를 도전해보기로 했다.가장 흔한 게시판을 가지고 맨땅에 헤딩하면서 해보려고 했으나 다소 어렵게 되어 있어서 가장 간단하게 모듈 개발 테스트를 해볼 수 있는게 어떤것을까 찾아보다가communication 모듈을 찾게 되었다.그럼 기존에 xe 에 설치되어 있는 communication 모듈을 가지고 가장 기초적인 모듈 만들기 테스트를 해보겠다.일단 가장 쉽게 시작하기 위해 버튼 클릭시 액션이 어떻게 흘러가는지 살펴본다.modules/communication 에 있는send_message.html 파일을 열어 이 부분을로 바꿔본다.그 다음에 conf/module.xml 에 이 부분을이렇게 Test를 붙여서 변경한다.그 다음에 communication.controller.php 파일을 ..
xe 라이믹스 게시판에 insert 시 아주 최소의 필수 항목만 정리해 본다.위젯 등에서 사용할 때 $oDocument = getController('document');$obj=new stdClass;$obj->module_srl=213;$obj->title="제목";$obj->contnet="콘텐트";$obj->nick_name="nick";$obj->comment_status="ALLOW";$rst=$oDocument->insertDocument($obj, true);debugPrint($rst);이렇게 하면 가장 최소 필수값으로 게시판에 insert 할 수 있다.comment_status은 사실 안해도 되지만 댓글이 안달리는 문제가 있어서 ALLOW를 넣어줬다.안넣으면 디폴트로 DENY 일 것이다..

// main.dartimport 'package:flutter/material.dart';import 'views/first_screen.dart';void main() { runApp(const MyApp());}class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( colorScheme: ColorScheme.fromSee..
https://replit.com/ Replit – Build software fasterReplit is an AI-powered software development & deployment platform for building, sharing, and shipping software fast.replit.com https://www.cursor.com/ CursorThe AI Code Editorwww.cursor.comhttps://tailwindcss.com/ Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.Tailwind CSS is a utility-first CSS framework for rapidly..
Lottie.asset('images/ani.json'),// pubspec.yamldependencies: flutter: sdk: flutter cupertino_icons: ^1.0.8 lottie: ^3.1.3assets: - images/ani.json// Load a Lottie file from your assetsLottie.asset('assets/LottieLogo1.json'),// Load a Lottie file from a remote urlLottie.network('https://raw.github … bilo/A.json’),// Load an animation and its images from a zip fileLottie.asset('assets/l..

login_screen.dartimport 'package:flutter/material.dart';class LoginScreen extends StatefulWidget { const LoginScreen({super.key}); @override State createState() => _LoginScreenState();}class _LoginScreenState extends State { final _nameController = TextEditingController(); final _emailController = TextEditingController(); final _formKey = GlobalKey(); String _name = '로그인 해주세요'; void _onL..

login_screen.dartimport 'package:flutter/material.dart';class LoginScreen extends StatefulWidget { const LoginScreen({super.key}); @override State createState() => _MyWidgetState();}class _MyWidgetState extends State { final _nameController = TextEditingController(); final _emailController = TextEditingController(); final _formKey = GlobalKey(); void _onLogin(){ final form=_formKey.cur..

import 'dart:math';import 'package:flutter/material.dart';void main() { runApp(const MyApp());}class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Color..
- Total
- Today
- Yesterday
- esql
- Python
- 인포믹스
- EC
- 라이믹스
- xe애드온
- KG
- 파싱
- 프로씨
- proc
- 스크래핑
- ocjap
- 자바
- 문자열
- XE3
- 포인터
- php
- xe addon
- MySQL
- webix
- C
- 자바 smtp
- 이클립스
- 파이썬
- ocajp
- JDBC
- 플러터
- XE
- 오라클
- C언어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |