jsp 한글 깨짐 , 자바 한글 깨짐
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
asp 한글 깨짐
<%@Language="VBScript" CODEPAGE="65001" %>
<%
Response.CharSet="utf-8"
Session.codepage="65001"
Response.codepage="65001"
Response.ContentType="text/html;charset=utf-8"
%>
파이썬 Matplotlib 한글 깨짐 , 파이썬 한글 깨짐, matplotlib 한글 깨짐
import matplotlib.pyplot as plt
from matplotlib import rc
import seaborn as sns
%matplotlib inline
rc('font', family='AppleGothic')
plt.rcParams['axes.unicode_minus'] = False
'개발자 > 용어... 그 외의 것들...' 카테고리의 다른 글
ERP (전사적 자원 관리) Enterprise resource planning (0) | 2020.11.03 |
---|---|
Transaction 트랜잭션 (0) | 2020.11.02 |
Microsoft SQL Server - SSIS/SSAS/SSRS, Power BI (0) | 2020.10.25 |
OOP (객체지향), AOP(관점지향) (1) | 2020.10.25 |
데이터베이스 온라인 처리 OLTP, OLAP (0) | 2020.10.25 |