JC_fun
码龄14年
求更新 关注
提问 私信
  • 博客:49,807
    问答:1,064
    50,871
    总访问量
  • 18
    原创
  • 0
    粉丝
  • 6
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:江苏省
加入CSDN时间: 2012-10-14

个人简介:程序媛

博客简介:

bettyHHUC的博客

查看详细资料
个人成就
  • 获得3次点赞
  • 内容获得1次评论
  • 获得3次收藏
  • 博客总排名452,692名
创作历程
  • 3篇
    2020年
  • 16篇
    2019年
  • 1篇
    2018年
  • 3篇
    2017年
成就勋章
TA的专栏
  • JBoss
    1篇
  • JSF
    1篇
  • MySQL
    1篇
  • 环境搭建
  • Maven
    1篇
  • Spring
    1篇
  • Linux
    2篇
  • ADF
    3篇
  • Docker
    1篇
  • O-Jet
  • Elasticsearch
    3篇
  • Logstash
    1篇
  • Oracle DB
    1篇
  • Python
    1篇
  • Selenium

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 1

TA参与的活动 0

创作活动更多

「谁说嵌入式只是调包和焊板子?」—— 2026嵌入式全栈技术征锋令

谁说嵌入式只会“Ctrl+C 调包”和“拿电烙铁焊板子”?2026嵌入式全栈技术征锋令正式启幕! 本次活动专为硬核硬件/软件开发者打造,无论你是刚玩转裸机外设的萌新,还是精通RTOS调度、死磕底层驱动的行业老手,亦或是执掌系统架构的大神,这里都是你证明实力的舞台! 拒绝表面功夫,每一行代码,都有撬动硬件的力量!晒出你的硬核工程实战,为嵌入式开发者的全栈硬实力正名!

210人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

Jboss启动失败问题:Required services that are not installed:" => ["jboss.jdbc-driver.mssql"]

Error log 如下:Required services that are not installed:" => ["jboss.jdbc-driver.mssql"],Services with missing/unavailable dependencies" => ["org.wildfly.data-source.IpbDB is missing [jboss.jdbc-driver.mssql]","jboss.driver-demander.java:/jdbc..
原创
博文更新于 2020.05.12 ·
2536 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

JSF: "Target Unreachable, identifier 'helloBean' resolved to null"问题解决

开发环境:IDEA 2019.3 Maven 3.2 Tomcat 7创建一个简单的JSF项目,页面跳转时遇到identifier 'helloBean' resolved to null 问题。反复检查了bean的名字(HelloBean.java和页面中helloBean)一致,不存在因为名字不一致拿不到bean的问题。最后,修改了本地的tomcat服务器的配置解决了。...
原创
博文更新于 2020.04.21 ·
1110 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

本地连接腾讯云MySQL数据库【获取外网地址和端口号】

我购买的MySQL数据库是5.x版本的。MySQL数据库的DB URL为:"jdbc:mysql://<主机地址>:<端口号>/<数据库名>"因为是远程连接云数据库,主机地址和端口号应为外网地址和外网端口号。外网地址、外网端口号的获取:点击数据库实例名,打开外网连接【这个过程需要等几分钟】。完成之后刷新页面即可看到外网地址和端口号。...
原创
博文更新于 2020.03.07 ·
2949 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

首次创建Maven工程时遇到Could not transfer artifact org.codehaus.groovy:groovy:jar:2.4.16 from/to central。。问题

使用quick start骨架创建Maven工程时,总是遇到jar包从中央仓库下载失败的问题,提示的log如下:[IJ]-1-ARTIFACT_DOWNLOADED-[IJ]-path=-[IJ]-artifactCoord=org.codehaus.groovy:groovy:jar:2.4.16-[IJ]-error=Could not transfer artifact org.cod...
原创
博文更新于 2019.12.12 ·
6966 阅读 ·
1 点赞 ·
1 评论 ·
1 收藏

Eclipse中安装Spring插件

1. 下载Spring tool suite地址:https://spring.io/tools3/sts/all根据自己的eclipse版本下载对应的archive:ECLIPSE ARCHIVE SIZE 4.13.0 springsource-tool-suite-3.9.10.RELEASE-e4.13.0-updatesite.zip 177MB...
原创
博文更新于 2019.12.11 ·
405 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

Understanding Linux File Permissions

Permission GroupsEach file and directory has three user based permission groups:owner- The Owner permissions apply only the owner of the file or directory, they will not impact the actions of oth...
转载
博文更新于 2019.05.06 ·
417 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Python - Get Started

IntroductionPython is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.Python’s elega...
原创
博文更新于 2019.05.06 ·
351 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Change Client Session Language In SQL Plus

Recently I encountered an issue when running SQL in SQL plus client: it cannot return results in SQL Plus while in SQL Developer it works fine using the same SQL statement.After checking theOracle’...
转载
博文更新于 2019.05.06 ·
213 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Create ADF REST Services

This article provides a step-by-step guide for the beginners to create their first Rest Web Service using Oracle ADF as well as operate the resources.Create an ADF REST Web ApplicationFile - New -...
原创
博文更新于 2019.05.06 ·
331 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Multi-Fields

It is often useful to index the same field in different ways for different purposes. This is the purpose ofmulti-fields. For instance, astringfield could be mapped as atextfield for full-text sea...
原创
博文更新于 2019.04.30 ·
358 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Elastic Stack Setup

By combining the massively popular Elasticsearch, Logstash, and Kibana (what was the ELK Stack is now the Elastic Stack), Elastichas created an end-to-end stack that delivers actionable insights inr...
原创
博文更新于 2019.04.30 ·
1450 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Elasticsearch - Basic Operation

Create a new index PUT <index_name> Get the details of all indexes GET _cat/indices?v Delete Index DELETE <index_name> Add MappingsAdd mappings...
原创
博文更新于 2019.04.30 ·
309 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Docker Install on Linux 6.x

This article gives a step-by-step guide to install docker on Linux 6.x.PrerequisitesLinux machine or VM should have Oracle Linux 6check your systemExpand sourceRun as root user:/usr/local/...
原创
博文更新于 2019.04.30 ·
691 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Parsing Logs with Logstash

Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash".Configuring F...
原创
博文更新于 2019.04.30 ·
557 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Create the First Jet project

Refer to:http://www.oracle.com/webfolder/technetwork/jet/globalGetStarted.htmlSetupInstall Node.js 5+ andnpmand run the following commands: npm -ginstall@oracle/ojet-cli Create...
转载
博文更新于 2019.04.30 ·
245 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Populate af:table Programmatically from Managead Bean

Instead of populating the data in af:tablethrough model layer (using ViewObject) using buinding layer, in this article we will introduce how to show the data which is in the managed bean to show on ...
原创
博文更新于 2019.04.30 ·
266 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Create table with ADF query panel

This article gives a step-by-step introduction on how to create a simple table with ADF query panel.We have a BooksVO with attributes Id, Name, PurchadsingDate and Owner.Create a view criteri...
原创
博文更新于 2019.04.30 ·
382 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Understanding Linux File Permissions

Permission GroupsEach file and directory has three user based permission groups:owner- The Owner permissions apply only the owner of the file or directory, they will not impact the actions of oth...
转载
博文更新于 2019.04.30 ·
328 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Chrome DevTools

The Chrome DevTools are a set of web authoring and debugging tools built into Google Chrome. We can use the DevTools to iterate, debug, and profile the site.Open DevToolsRight-click a page element...
翻译
博文更新于 2019.04.30 ·
1481 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

SQL ERROR: ORA-00942: table or view does not exist

ORA-00942: table or view does not exist的解决方法。
原创
博文更新于 2018.01.04 ·
13287 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多